Interface ServiceSetting.Builder

  • Method Details

    • settingId

      ServiceSetting.Builder settingId(String 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

      ServiceSetting.Builder settingValue(String 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

      ServiceSetting.Builder lastModifiedDate(Instant 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

      ServiceSetting.Builder lastModifiedUser(String 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.