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 method that creates an instance of theTransitGatewayConnectPeerAssociation.Builder
avoiding the need to create one manually via
TransitGatewayConnectPeerAssociation.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #transitGatewayConnectPeerAssociations(List.
transitGatewayConnectPeerAssociations - a consumer that will call methods on
TransitGatewayConnectPeerAssociation.Builder#transitGatewayConnectPeerAssociations(java.util.Collection) 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 © 2022. All rights reserved.