Interface DeleteConfigurationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DeleteConfigurationResponse.Builder,,DeleteConfigurationResponse> KafkaResponse.Builder,SdkBuilder<DeleteConfigurationResponse.Builder,,DeleteConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DeleteConfigurationResponse
public static interface DeleteConfigurationResponse.Builder
extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<DeleteConfigurationResponse.Builder,DeleteConfigurationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.The state of the configuration.state(ConfigurationState state) The state of the configuration.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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
arn
The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.
- Parameters:
 arn-The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
state
The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.
- Parameters:
 state-The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
state
The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.
- Parameters:
 state-The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -