UpdateConfigurationResponse.Builder |
UpdateConfigurationResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the configuration.
|
static UpdateConfigurationResponse.Builder |
UpdateConfigurationResponse.builder() |
|
UpdateConfigurationResponse.Builder |
UpdateConfigurationResponse.Builder.created(Instant created) |
Required.
|
UpdateConfigurationResponse.Builder |
UpdateConfigurationResponse.Builder.id(String id) |
The unique ID that Amazon MQ generates for the configuration.
|
default UpdateConfigurationResponse.Builder |
UpdateConfigurationResponse.Builder.latestRevision(Consumer<ConfigurationRevision.Builder> latestRevision) |
The latest revision of the configuration.
|
UpdateConfigurationResponse.Builder |
UpdateConfigurationResponse.Builder.latestRevision(ConfigurationRevision latestRevision) |
The latest revision of the configuration.
|
UpdateConfigurationResponse.Builder |
UpdateConfigurationResponse.Builder.name(String name) |
The name of the configuration.
|
UpdateConfigurationResponse.Builder |
UpdateConfigurationResponse.toBuilder() |
|
UpdateConfigurationResponse.Builder |
UpdateConfigurationResponse.Builder.warnings(Collection<SanitizationWarning> warnings) |
The list of the first 20 warnings about the configuration elements or attributes that were sanitized.
|
UpdateConfigurationResponse.Builder |
UpdateConfigurationResponse.Builder.warnings(Consumer<SanitizationWarning.Builder>... warnings) |
The list of the first 20 warnings about the configuration elements or attributes that were sanitized.
|
UpdateConfigurationResponse.Builder |
UpdateConfigurationResponse.Builder.warnings(SanitizationWarning... warnings) |
The list of the first 20 warnings about the configuration elements or attributes that were sanitized.
|