public static interface AssociateCustomerGatewayResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<AssociateCustomerGatewayResponse.Builder,AssociateCustomerGatewayResponse>
| Modifier and Type | Method and Description |
|---|---|
default AssociateCustomerGatewayResponse.Builder |
customerGatewayAssociation(Consumer<CustomerGatewayAssociation.Builder> customerGatewayAssociation)
The customer gateway association.
|
AssociateCustomerGatewayResponse.Builder |
customerGatewayAssociation(CustomerGatewayAssociation customerGatewayAssociation)
The customer gateway association.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateCustomerGatewayResponse.Builder customerGatewayAssociation(CustomerGatewayAssociation customerGatewayAssociation)
The customer gateway association.
customerGatewayAssociation - The customer gateway association.default AssociateCustomerGatewayResponse.Builder customerGatewayAssociation(Consumer<CustomerGatewayAssociation.Builder> customerGatewayAssociation)
The customer gateway association.
This is a convenience method that creates an instance of theCustomerGatewayAssociation.Builder
avoiding the need to create one manually via CustomerGatewayAssociation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to customerGatewayAssociation(CustomerGatewayAssociation).
customerGatewayAssociation - a consumer that will call methods on CustomerGatewayAssociation.BuildercustomerGatewayAssociation(CustomerGatewayAssociation)Copyright © 2022. All rights reserved.