public static interface DescribeConfigurationRevisionResponse.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<DescribeConfigurationRevisionResponse.Builder,DescribeConfigurationRevisionResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeConfigurationRevisionResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the configuration.
|
DescribeConfigurationRevisionResponse.Builder |
creationTime(Instant creationTime)
The time when the configuration was created.
|
DescribeConfigurationRevisionResponse.Builder |
description(String description)
The description of the configuration.
|
DescribeConfigurationRevisionResponse.Builder |
revision(Long revision)
The revision number.
|
DescribeConfigurationRevisionResponse.Builder |
serverProperties(SdkBytes serverProperties)
Contents of the
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeConfigurationRevisionResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the configuration.
arn - The Amazon Resource Name (ARN) of the configuration.
DescribeConfigurationRevisionResponse.Builder creationTime(Instant creationTime)
The time when the configuration was created.
creationTime - The time when the configuration was created.
DescribeConfigurationRevisionResponse.Builder description(String description)
The description of the configuration.
description - The description of the configuration.
DescribeConfigurationRevisionResponse.Builder revision(Long revision)
The revision number.
revision - The revision number.
DescribeConfigurationRevisionResponse.Builder serverProperties(SdkBytes serverProperties)
Contents of the
serverProperties -
Contents of the
Copyright © 2023. All rights reserved.