Interface UpdateClusterConfigurationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateClusterConfigurationResponse.Builder,,UpdateClusterConfigurationResponse> KafkaResponse.Builder,SdkBuilder<UpdateClusterConfigurationResponse.Builder,,UpdateClusterConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateClusterConfigurationResponse
public static interface UpdateClusterConfigurationResponse.Builder
extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<UpdateClusterConfigurationResponse.Builder,UpdateClusterConfigurationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionclusterArn(String clusterArn) The Amazon Resource Name (ARN) of the cluster.clusterOperationArn(String clusterOperationArn) The Amazon Resource Name (ARN) of the cluster operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.kafka.model.KafkaResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
clusterArn
The Amazon Resource Name (ARN) of the cluster.
- Parameters:
 clusterArn-The Amazon Resource Name (ARN) of the cluster.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
clusterOperationArn
The Amazon Resource Name (ARN) of the cluster operation.
- Parameters:
 clusterOperationArn-The Amazon Resource Name (ARN) of the cluster operation.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -