public static interface UpdateConfigurationResponse.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<UpdateConfigurationResponse.Builder,UpdateConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateConfigurationResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the configuration.
|
UpdateConfigurationResponse.Builder |
latestRevision(ConfigurationRevision latestRevision)
Latest revision of the configuration.
|
default UpdateConfigurationResponse.Builder |
latestRevision(Consumer<ConfigurationRevision.Builder> latestRevision)
Latest revision of the configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateConfigurationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the configuration.
arn - The Amazon Resource Name (ARN) of the configuration.
UpdateConfigurationResponse.Builder latestRevision(ConfigurationRevision latestRevision)
Latest revision of the configuration.
latestRevision - Latest revision of the configuration.
default UpdateConfigurationResponse.Builder latestRevision(Consumer<ConfigurationRevision.Builder> latestRevision)
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)Copyright © 2023. All rights reserved.