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