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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteConfigurationResponse.Builderarn(String arn)The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.DeleteConfigurationResponse.Builderstate(String state)The state of the configuration.DeleteConfigurationResponse.Builderstate(ConfigurationState state)The state of the configuration.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
DeleteConfigurationResponse.Builder arn(String 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
DeleteConfigurationResponse.Builder state(String 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:
ConfigurationState,ConfigurationState
-
state
DeleteConfigurationResponse.Builder state(ConfigurationState 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:
ConfigurationState,ConfigurationState
-
-