public static interface UpdateDirectConnectGatewayAssociationResponse.Builder extends DirectConnectResponse.Builder, SdkPojo, CopyableBuilder<UpdateDirectConnectGatewayAssociationResponse.Builder,UpdateDirectConnectGatewayAssociationResponse>
Modifier and Type | Method and Description |
---|---|
default UpdateDirectConnectGatewayAssociationResponse.Builder |
directConnectGatewayAssociation(Consumer<DirectConnectGatewayAssociation.Builder> directConnectGatewayAssociation)
Sets the value of the DirectConnectGatewayAssociation property for this object.
|
UpdateDirectConnectGatewayAssociationResponse.Builder |
directConnectGatewayAssociation(DirectConnectGatewayAssociation directConnectGatewayAssociation)
Sets the value of the DirectConnectGatewayAssociation property for this object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateDirectConnectGatewayAssociationResponse.Builder directConnectGatewayAssociation(DirectConnectGatewayAssociation directConnectGatewayAssociation)
directConnectGatewayAssociation
- The new value for the DirectConnectGatewayAssociation property for this object.default UpdateDirectConnectGatewayAssociationResponse.Builder directConnectGatewayAssociation(Consumer<DirectConnectGatewayAssociation.Builder> directConnectGatewayAssociation)
DirectConnectGatewayAssociation.Builder
avoiding the need to create one manually via DirectConnectGatewayAssociation.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to
directConnectGatewayAssociation(DirectConnectGatewayAssociation)
.directConnectGatewayAssociation
- a consumer that will call methods on DirectConnectGatewayAssociation.Builder
directConnectGatewayAssociation(DirectConnectGatewayAssociation)
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.