Interface UpdateDirectConnectGatewayAssociationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateDirectConnectGatewayAssociationResponse.Builder,,UpdateDirectConnectGatewayAssociationResponse> DirectConnectResponse.Builder,SdkBuilder<UpdateDirectConnectGatewayAssociationResponse.Builder,,UpdateDirectConnectGatewayAssociationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateDirectConnectGatewayAssociationResponse
public static interface UpdateDirectConnectGatewayAssociationResponse.Builder
extends DirectConnectResponse.Builder, SdkPojo, CopyableBuilder<UpdateDirectConnectGatewayAssociationResponse.Builder,UpdateDirectConnectGatewayAssociationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondirectConnectGatewayAssociation(Consumer<DirectConnectGatewayAssociation.Builder> directConnectGatewayAssociation) Sets the value of the DirectConnectGatewayAssociation property for this object.directConnectGatewayAssociation(DirectConnectGatewayAssociation directConnectGatewayAssociation) Sets the value of the DirectConnectGatewayAssociation property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.directconnect.model.DirectConnectResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
directConnectGatewayAssociation
UpdateDirectConnectGatewayAssociationResponse.Builder directConnectGatewayAssociation(DirectConnectGatewayAssociation directConnectGatewayAssociation) Sets the value of the DirectConnectGatewayAssociation property for this object.- Parameters:
 directConnectGatewayAssociation- The new value for the DirectConnectGatewayAssociation property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
directConnectGatewayAssociation
default UpdateDirectConnectGatewayAssociationResponse.Builder directConnectGatewayAssociation(Consumer<DirectConnectGatewayAssociation.Builder> directConnectGatewayAssociation) Sets the value of the DirectConnectGatewayAssociation property for this object. This is a convenience method that creates an instance of theDirectConnectGatewayAssociation.Builderavoiding the need to create one manually viaDirectConnectGatewayAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todirectConnectGatewayAssociation(DirectConnectGatewayAssociation).- Parameters:
 directConnectGatewayAssociation- a consumer that will call methods onDirectConnectGatewayAssociation.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -