public static interface UpdateConfigurationResponse.Builder extends MQResponse.Builder, CopyableBuilder<UpdateConfigurationResponse.Builder,UpdateConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateConfigurationResponse.Builder |
arn(String arn)
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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateConfigurationResponse.Builder arn(String arn)
arn - Required. The Amazon Resource Name (ARN) of the configuration.UpdateConfigurationResponse.Builder id(String id)
id - Required. The unique ID that Amazon MQ generates for the configuration.UpdateConfigurationResponse.Builder latestRevision(ConfigurationRevision latestRevision)
latestRevision - The latest revision of the configuration.default UpdateConfigurationResponse.Builder latestRevision(Consumer<ConfigurationRevision.Builder> latestRevision)
ConfigurationRevision.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)
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)
warnings - The list of the first 20 warnings about the configuration XML elements or attributes that were
sanitized.UpdateConfigurationResponse.Builder warnings(SanitizationWarning... warnings)
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)
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #warnings(List) .warnings - a consumer that will call methods on List.Builder #warnings(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.