public static interface GetCustomerGatewayAssociationsResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<GetCustomerGatewayAssociationsResponse.Builder,GetCustomerGatewayAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCustomerGatewayAssociationsResponse.Builder |
customerGatewayAssociations(Collection<CustomerGatewayAssociation> customerGatewayAssociations)
The customer gateway associations.
|
GetCustomerGatewayAssociationsResponse.Builder |
customerGatewayAssociations(Consumer<CustomerGatewayAssociation.Builder>... customerGatewayAssociations)
The customer gateway associations.
|
GetCustomerGatewayAssociationsResponse.Builder |
customerGatewayAssociations(CustomerGatewayAssociation... customerGatewayAssociations)
The customer gateway associations.
|
GetCustomerGatewayAssociationsResponse.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCustomerGatewayAssociationsResponse.Builder customerGatewayAssociations(Collection<CustomerGatewayAssociation> customerGatewayAssociations)
The customer gateway associations.
customerGatewayAssociations - The customer gateway associations.GetCustomerGatewayAssociationsResponse.Builder customerGatewayAssociations(CustomerGatewayAssociation... customerGatewayAssociations)
The customer gateway associations.
customerGatewayAssociations - The customer gateway associations.GetCustomerGatewayAssociationsResponse.Builder customerGatewayAssociations(Consumer<CustomerGatewayAssociation.Builder>... customerGatewayAssociations)
The customer gateway associations.
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 #customerGatewayAssociations(List.
customerGatewayAssociations - a consumer that will call methods on
CustomerGatewayAssociation.Builder#customerGatewayAssociations(java.util.Collection) GetCustomerGatewayAssociationsResponse.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.Copyright © 2022. All rights reserved.