public static interface UpdateConfigurationResponse.Builder extends MqResponse.Builder, SdkPojo, CopyableBuilder<UpdateConfigurationResponse.Builder,UpdateConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateConfigurationResponse.Builder |
arn(String arn)
Required.
|
UpdateConfigurationResponse.Builder |
created(Instant created)
Required.
|
UpdateConfigurationResponse.Builder |
id(String id)
Required.
|
UpdateConfigurationResponse.Builder |
latestRevision(ConfigurationRevision latestRevision)
The latest revision of the configuration.
|
default UpdateConfigurationResponse.Builder |
latestRevision(Consumer<ConfigurationRevision.Builder> latestRevision)
The latest revision of the configuration.
|
UpdateConfigurationResponse.Builder |
name(String name)
Required.
|
UpdateConfigurationResponse.Builder |
warnings(Collection<SanitizationWarning> warnings)
The list of the first 20 warnings about the configuration XML elements or attributes that were sanitized.
|
UpdateConfigurationResponse.Builder |
warnings(Consumer<SanitizationWarning.Builder>... warnings)
The list of the first 20 warnings about the configuration XML elements or attributes that were sanitized.
|
UpdateConfigurationResponse.Builder |
warnings(SanitizationWarning... warnings)
The list of the first 20 warnings about the configuration XML elements or attributes that were sanitized.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateConfigurationResponse.Builder arn(String arn)
Required. The Amazon Resource Name (ARN) of the configuration.
arn - Required. The Amazon Resource Name (ARN) of the configuration.UpdateConfigurationResponse.Builder created(Instant created)
Required. The date and time of the configuration.
created - Required. The date and time of the configuration.UpdateConfigurationResponse.Builder id(String id)
Required. The unique ID that Amazon MQ generates for the configuration.
id - Required. The unique ID that Amazon MQ generates for the configuration.UpdateConfigurationResponse.Builder latestRevision(ConfigurationRevision latestRevision)
The latest revision of the configuration.
latestRevision - The latest revision of the configuration.default UpdateConfigurationResponse.Builder latestRevision(Consumer<ConfigurationRevision.Builder> latestRevision)
The latest revision of the configuration.
This is a convenience method that creates an instance of theConfigurationRevision.Builder avoiding
the need to create one manually via ConfigurationRevision.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to latestRevision(ConfigurationRevision).
latestRevision - a consumer that will call methods on ConfigurationRevision.BuilderlatestRevision(ConfigurationRevision)UpdateConfigurationResponse.Builder name(String name)
Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.
name - Required. The name of the configuration. This value can contain only alphanumeric characters, dashes,
periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.UpdateConfigurationResponse.Builder warnings(Collection<SanitizationWarning> warnings)
The list of the first 20 warnings about the configuration XML elements or attributes that were sanitized.
warnings - The list of the first 20 warnings about the configuration XML elements or attributes that were
sanitized.UpdateConfigurationResponse.Builder warnings(SanitizationWarning... warnings)
The list of the first 20 warnings about the configuration XML elements or attributes that were sanitized.
warnings - The list of the first 20 warnings about the configuration XML elements or attributes that were
sanitized.UpdateConfigurationResponse.Builder warnings(Consumer<SanitizationWarning.Builder>... warnings)
The list of the first 20 warnings about the configuration XML elements or attributes that were sanitized.
This is a convenience method that creates an instance of theSanitizationWarning.Builder avoiding the need to create one
manually via SanitizationWarning.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #warnings(List.
warnings - a consumer that will call methods on
SanitizationWarning.Builder#warnings(java.util.Collection) Copyright © 2023. All rights reserved.