Interface ServiceSetting.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServiceSetting.Builder,
,ServiceSetting> SdkBuilder<ServiceSetting.Builder,
,ServiceSetting> SdkPojo
- Enclosing class:
ServiceSetting
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the service setting.lastModifiedDate
(Instant lastModifiedDate) The last time the service setting was modified.lastModifiedUser
(String lastModifiedUser) The ARN of the last modified user.The ID of the service setting.settingValue
(String settingValue) The value of the service setting.The status of the service setting.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
settingId
The ID of the service setting.
- Parameters:
settingId
- The ID of the service setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
settingValue
The value of the service setting.
- Parameters:
settingValue
- The value of the service setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
The last time the service setting was modified.
- Parameters:
lastModifiedDate
- The last time the service setting was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedUser
The ARN of the last modified user. This field is populated only if the setting value was overwritten.
- Parameters:
lastModifiedUser
- The ARN of the last modified user. This field is populated only if the setting value was overwritten.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The ARN of the service setting.
- Parameters:
arn
- The ARN of the service setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the service setting. The value can be Default, Customized or PendingUpdate.
-
Default: The current setting uses a default value provisioned by the Amazon Web Services service team.
-
Customized: The current setting use a custom value specified by the customer.
-
PendingUpdate: The current setting uses a default or custom value, but a setting change request is pending approval.
- Parameters:
status
- The status of the service setting. The value can be Default, Customized or PendingUpdate.-
Default: The current setting uses a default value provisioned by the Amazon Web Services service team.
-
Customized: The current setting use a custom value specified by the customer.
-
PendingUpdate: The current setting uses a default or custom value, but a setting change request is pending approval.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-