Interface GetTransitGatewayPrefixListReferencesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetTransitGatewayPrefixListReferencesResponse.Builder,
,GetTransitGatewayPrefixListReferencesResponse> Ec2Response.Builder
,SdkBuilder<GetTransitGatewayPrefixListReferencesResponse.Builder,
,GetTransitGatewayPrefixListReferencesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetTransitGatewayPrefixListReferencesResponse
@Mutable
@NotThreadSafe
public static interface GetTransitGatewayPrefixListReferencesResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetTransitGatewayPrefixListReferencesResponse.Builder,GetTransitGatewayPrefixListReferencesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to use to retrieve the next page of results.transitGatewayPrefixListReferences
(Collection<TransitGatewayPrefixListReference> transitGatewayPrefixListReferences) Information about the prefix list references.transitGatewayPrefixListReferences
(Consumer<TransitGatewayPrefixListReference.Builder>... transitGatewayPrefixListReferences) Information about the prefix list references.transitGatewayPrefixListReferences
(TransitGatewayPrefixListReference... transitGatewayPrefixListReferences) Information about the prefix list references.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
transitGatewayPrefixListReferences
GetTransitGatewayPrefixListReferencesResponse.Builder transitGatewayPrefixListReferences(Collection<TransitGatewayPrefixListReference> transitGatewayPrefixListReferences) Information about the prefix list references.
- Parameters:
transitGatewayPrefixListReferences
- Information about the prefix list references.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGatewayPrefixListReferences
GetTransitGatewayPrefixListReferencesResponse.Builder transitGatewayPrefixListReferences(TransitGatewayPrefixListReference... transitGatewayPrefixListReferences) Information about the prefix list references.
- Parameters:
transitGatewayPrefixListReferences
- Information about the prefix list references.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGatewayPrefixListReferences
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 viaTransitGatewayPrefixListReference.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totransitGatewayPrefixListReferences(List<TransitGatewayPrefixListReference>)
.- Parameters:
transitGatewayPrefixListReferences
- a consumer that will call methods onTransitGatewayPrefixListReference.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.- Parameters:
nextToken
- The token to use to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-