Interface DisassociateSecurityGroupVpcResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DisassociateSecurityGroupVpcResponse.Builder,,DisassociateSecurityGroupVpcResponse> Ec2Response.Builder,SdkBuilder<DisassociateSecurityGroupVpcResponse.Builder,,DisassociateSecurityGroupVpcResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DisassociateSecurityGroupVpcResponse
public static interface DisassociateSecurityGroupVpcResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DisassociateSecurityGroupVpcResponse.Builder,DisassociateSecurityGroupVpcResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe state of the disassociation.The state of the disassociation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
state
The state of the disassociation.
- Parameters:
 state- The state of the disassociation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
state
The state of the disassociation.
- Parameters:
 state- The state of the disassociation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -