public static interface DeleteConfigurationResponse.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<DeleteConfigurationResponse.Builder,DeleteConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteConfigurationResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.
|
DeleteConfigurationResponse.Builder |
state(ConfigurationState state)
The state of the configuration.
|
DeleteConfigurationResponse.Builder |
state(String state)
The state of the configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteConfigurationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.
arn - The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.
DeleteConfigurationResponse.Builder state(String state)
The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.
state - The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.
ConfigurationState,
ConfigurationStateDeleteConfigurationResponse.Builder state(ConfigurationState state)
The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.
state - The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.
ConfigurationState,
ConfigurationStateCopyright © 2023. All rights reserved.