Interface DescribeConfigurationRevisionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeConfigurationRevisionResponse.Builder,DescribeConfigurationRevisionResponse>
,KafkaResponse.Builder
,SdkBuilder<DescribeConfigurationRevisionResponse.Builder,DescribeConfigurationRevisionResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- DescribeConfigurationRevisionResponse
public static interface DescribeConfigurationRevisionResponse.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<DescribeConfigurationRevisionResponse.Builder,DescribeConfigurationRevisionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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 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 Detail
-
arn
DescribeConfigurationRevisionResponse.Builder arn(String 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
DescribeConfigurationRevisionResponse.Builder creationTime(Instant 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
DescribeConfigurationRevisionResponse.Builder description(String 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
DescribeConfigurationRevisionResponse.Builder revision(Long 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
DescribeConfigurationRevisionResponse.Builder serverProperties(SdkBytes 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.
-
-