public static interface DisassociateCustomerGatewayResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<DisassociateCustomerGatewayResponse.Builder,DisassociateCustomerGatewayResponse>
| Modifier and Type | Method and Description |
|---|---|
default DisassociateCustomerGatewayResponse.Builder |
customerGatewayAssociation(Consumer<CustomerGatewayAssociation.Builder> customerGatewayAssociation)
Information about the customer gateway association.
|
DisassociateCustomerGatewayResponse.Builder |
customerGatewayAssociation(CustomerGatewayAssociation customerGatewayAssociation)
Information about the customer gateway association.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateCustomerGatewayResponse.Builder customerGatewayAssociation(CustomerGatewayAssociation customerGatewayAssociation)
Information about the customer gateway association.
customerGatewayAssociation - Information about the customer gateway association.default DisassociateCustomerGatewayResponse.Builder customerGatewayAssociation(Consumer<CustomerGatewayAssociation.Builder> customerGatewayAssociation)
Information about 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 © 2023. All rights reserved.