Interface UpdateConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateConfigurationRequest.Builder,UpdateConfigurationRequest>
,KafkaRequest.Builder
,SdkBuilder<UpdateConfigurationRequest.Builder,UpdateConfigurationRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- UpdateConfigurationRequest
public static interface UpdateConfigurationRequest.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<UpdateConfigurationRequest.Builder,UpdateConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateConfigurationRequest.Builder
arn(String arn)
The Amazon Resource Name (ARN) of the configuration.UpdateConfigurationRequest.Builder
description(String description)
The description of the configuration revision.UpdateConfigurationRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateConfigurationRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
UpdateConfigurationRequest.Builder
serverProperties(SdkBytes serverProperties)
Contents of theserver.properties file.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kafka.model.KafkaRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
arn
UpdateConfigurationRequest.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.
-
description
UpdateConfigurationRequest.Builder description(String description)
The description of the configuration revision.
- Parameters:
description
-The description of the configuration revision.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverProperties
UpdateConfigurationRequest.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.
-
overrideConfiguration
UpdateConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-