public static interface GetTransitGatewayConnectPeerAssociationsResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<GetTransitGatewayConnectPeerAssociationsResponse.Builder,GetTransitGatewayConnectPeerAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTransitGatewayConnectPeerAssociationsResponse.Builder |
nextToken(String nextToken)
The token to use for the next page of results.
|
GetTransitGatewayConnectPeerAssociationsResponse.Builder |
transitGatewayConnectPeerAssociations(Collection<TransitGatewayConnectPeerAssociation> transitGatewayConnectPeerAssociations)
Information about the transit gateway Connect peer associations.
|
GetTransitGatewayConnectPeerAssociationsResponse.Builder |
transitGatewayConnectPeerAssociations(Consumer<TransitGatewayConnectPeerAssociation.Builder>... transitGatewayConnectPeerAssociations)
Information about the transit gateway Connect peer associations.
|
GetTransitGatewayConnectPeerAssociationsResponse.Builder |
transitGatewayConnectPeerAssociations(TransitGatewayConnectPeerAssociation... transitGatewayConnectPeerAssociations)
Information about the transit gateway Connect peer associations.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTransitGatewayConnectPeerAssociationsResponse.Builder transitGatewayConnectPeerAssociations(Collection<TransitGatewayConnectPeerAssociation> transitGatewayConnectPeerAssociations)
Information about the transit gateway Connect peer associations.
transitGatewayConnectPeerAssociations - Information about the transit gateway Connect peer associations.GetTransitGatewayConnectPeerAssociationsResponse.Builder transitGatewayConnectPeerAssociations(TransitGatewayConnectPeerAssociation... transitGatewayConnectPeerAssociations)
Information about the transit gateway Connect peer associations.
transitGatewayConnectPeerAssociations - Information about the transit gateway Connect peer associations.GetTransitGatewayConnectPeerAssociationsResponse.Builder transitGatewayConnectPeerAssociations(Consumer<TransitGatewayConnectPeerAssociation.Builder>... transitGatewayConnectPeerAssociations)
Information about the transit gateway Connect peer associations.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #transitGatewayConnectPeerAssociations(List) .transitGatewayConnectPeerAssociations - a consumer that will call methods on List.Builder #transitGatewayConnectPeerAssociations(List) GetTransitGatewayConnectPeerAssociationsResponse.Builder nextToken(String nextToken)
The token to use for the next page of results.
nextToken - The token to use for the next page of results.Copyright © 2021. All rights reserved.