public static interface ServiceSetting.Builder extends SdkPojo, CopyableBuilder<ServiceSetting.Builder,ServiceSetting>
| Modifier and Type | Method and Description |
|---|---|
ServiceSetting.Builder |
arn(String arn)
The ARN of the service setting.
|
ServiceSetting.Builder |
lastModifiedDate(Instant lastModifiedDate)
The last time the service setting was modified.
|
ServiceSetting.Builder |
lastModifiedUser(String lastModifiedUser)
The ARN of the last modified user.
|
ServiceSetting.Builder |
settingId(String settingId)
The ID of the service setting.
|
ServiceSetting.Builder |
settingValue(String settingValue)
The value of the service setting.
|
ServiceSetting.Builder |
status(String status)
The status of the service setting.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceSetting.Builder settingId(String settingId)
The ID of the service setting.
settingId - The ID of the service setting.ServiceSetting.Builder settingValue(String settingValue)
The value of the service setting.
settingValue - The value of the service setting.ServiceSetting.Builder lastModifiedDate(Instant lastModifiedDate)
The last time the service setting was modified.
lastModifiedDate - The last time the service setting was modified.ServiceSetting.Builder lastModifiedUser(String lastModifiedUser)
The ARN of the last modified user. This field is populated only if the setting value was overwritten.
lastModifiedUser - The ARN of the last modified user. This field is populated only if the setting value was overwritten.ServiceSetting.Builder arn(String arn)
The ARN of the service setting.
arn - The ARN of the service setting.ServiceSetting.Builder status(String 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 AWS 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.
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 AWS 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.
Copyright © 2021. All rights reserved.