Interface DescribeConfigurationRevisionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeConfigurationRevisionResponse.Builder,
,DescribeConfigurationRevisionResponse> KafkaResponse.Builder
,SdkBuilder<DescribeConfigurationRevisionResponse.Builder,
,DescribeConfigurationRevisionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeConfigurationRevisionResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the configuration.creationTime
(Instant creationTime) The time when the configuration was created.description
(String description) The description of the configuration.The revision number.serverProperties
(SdkBytes serverProperties) Contents of theserver.properties file.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.kafka.model.KafkaResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the configuration.
- Parameters:
arn
-The Amazon Resource Name (ARN) of the configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The time when the configuration was created.
- Parameters:
creationTime
-The time when the configuration was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the configuration.
- Parameters:
description
-The description of the configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revision
The revision number.
- Parameters:
revision
-The revision number.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverProperties
Contents of the
server.properties file. When using the API, you must ensure that the contents of the file are base64 encoded. When using the AWS Management Console, the SDK, or the AWS CLI, the contents ofserver.properties can be in plaintext.- Parameters:
serverProperties
-Contents of the
server.properties file. When using the API, you must ensure that the contents of the file are base64 encoded. When using the AWS Management Console, the SDK, or the AWS CLI, the contents ofserver.properties can be in plaintext.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-