Interface DeleteVpcConnectionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteVpcConnectionResponse.Builder,
,DeleteVpcConnectionResponse> KafkaResponse.Builder
,SdkBuilder<DeleteVpcConnectionResponse.Builder,
,DeleteVpcConnectionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteVpcConnectionResponse
@Mutable
@NotThreadSafe
public static interface DeleteVpcConnectionResponse.Builder
extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<DeleteVpcConnectionResponse.Builder,DeleteVpcConnectionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe state of the VPC connection.state
(VpcConnectionState state) The state of the VPC connection.vpcConnectionArn
(String vpcConnectionArn) The Amazon Resource Name (ARN) that uniquely identifies an MSK VPC connection.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 Details
-
vpcConnectionArn
The Amazon Resource Name (ARN) that uniquely identifies an MSK VPC connection.
- Parameters:
vpcConnectionArn
-The Amazon Resource Name (ARN) that uniquely identifies an MSK VPC connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state of the VPC connection.
- Parameters:
state
-The state of the VPC connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the VPC connection.
- Parameters:
state
-The state of the VPC connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-