public static interface DeleteVpcConnectionResponse.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<DeleteVpcConnectionResponse.Builder,DeleteVpcConnectionResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteVpcConnectionResponse.Builder |
state(String state)
The state of the VPC connection.
|
DeleteVpcConnectionResponse.Builder |
state(VpcConnectionState state)
The state of the VPC connection.
|
DeleteVpcConnectionResponse.Builder |
vpcConnectionArn(String vpcConnectionArn)
The Amazon Resource Name (ARN) that uniquely identifies an MSK VPC connection.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteVpcConnectionResponse.Builder vpcConnectionArn(String vpcConnectionArn)
The Amazon Resource Name (ARN) that uniquely identifies an MSK VPC connection.
vpcConnectionArn - The Amazon Resource Name (ARN) that uniquely identifies an MSK VPC connection.
DeleteVpcConnectionResponse.Builder state(String state)
The state of the VPC connection.
state - The state of the VPC connection.
VpcConnectionState,
VpcConnectionStateDeleteVpcConnectionResponse.Builder state(VpcConnectionState state)
The state of the VPC connection.
state - The state of the VPC connection.
VpcConnectionState,
VpcConnectionStateCopyright © 2023. All rights reserved.