Interface DeleteVpcConnectionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteVpcConnectionResponse.Builder,DeleteVpcConnectionResponse>
,KafkaResponse.Builder
,SdkBuilder<DeleteVpcConnectionResponse.Builder,DeleteVpcConnectionResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- DeleteVpcConnectionResponse
public static interface DeleteVpcConnectionResponse.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<DeleteVpcConnectionResponse.Builder,DeleteVpcConnectionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
vpcConnectionArn
DeleteVpcConnectionResponse.Builder vpcConnectionArn(String 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
DeleteVpcConnectionResponse.Builder state(String 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:
VpcConnectionState
,VpcConnectionState
-
state
DeleteVpcConnectionResponse.Builder state(VpcConnectionState 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:
VpcConnectionState
,VpcConnectionState
-
-