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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateDirectConnectGatewayAssociationResponse.BuilderdirectConnectGatewayAssociation(Consumer<DirectConnectGatewayAssociation.Builder> directConnectGatewayAssociation)Sets the value of the DirectConnectGatewayAssociation property for this object.UpdateDirectConnectGatewayAssociationResponse.BuilderdirectConnectGatewayAssociation(DirectConnectGatewayAssociation directConnectGatewayAssociation)Sets the value of the DirectConnectGatewayAssociation property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.directconnect.model.DirectConnectResponse.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
-
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:
directConnectGatewayAssociation(DirectConnectGatewayAssociation)
-
-