public static interface GetTransitGatewayPrefixListReferencesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetTransitGatewayPrefixListReferencesResponse.Builder,GetTransitGatewayPrefixListReferencesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTransitGatewayPrefixListReferencesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
GetTransitGatewayPrefixListReferencesResponse.Builder |
transitGatewayPrefixListReferences(Collection<TransitGatewayPrefixListReference> transitGatewayPrefixListReferences)
Information about the prefix list references.
|
GetTransitGatewayPrefixListReferencesResponse.Builder |
transitGatewayPrefixListReferences(Consumer<TransitGatewayPrefixListReference.Builder>... transitGatewayPrefixListReferences)
Information about the prefix list references.
|
GetTransitGatewayPrefixListReferencesResponse.Builder |
transitGatewayPrefixListReferences(TransitGatewayPrefixListReference... transitGatewayPrefixListReferences)
Information about the prefix list references.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTransitGatewayPrefixListReferencesResponse.Builder transitGatewayPrefixListReferences(Collection<TransitGatewayPrefixListReference> transitGatewayPrefixListReferences)
Information about the prefix list references.
transitGatewayPrefixListReferences - Information about the prefix list references.GetTransitGatewayPrefixListReferencesResponse.Builder transitGatewayPrefixListReferences(TransitGatewayPrefixListReference... transitGatewayPrefixListReferences)
Information about the prefix list references.
transitGatewayPrefixListReferences - Information about the prefix list references.GetTransitGatewayPrefixListReferencesResponse.Builder transitGatewayPrefixListReferences(Consumer<TransitGatewayPrefixListReference.Builder>... transitGatewayPrefixListReferences)
Information about the prefix list references.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #transitGatewayPrefixListReferences(List) .transitGatewayPrefixListReferences - a consumer that will call methods on List.Builder #transitGatewayPrefixListReferences(List) GetTransitGatewayPrefixListReferencesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2021. All rights reserved.