Interface ListResourceEndpointAssociationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListResourceEndpointAssociationsResponse.Builder,
,ListResourceEndpointAssociationsResponse> SdkBuilder<ListResourceEndpointAssociationsResponse.Builder,
,ListResourceEndpointAssociationsResponse> SdkPojo
,SdkResponse.Builder
,VpcLatticeResponse.Builder
- Enclosing class:
ListResourceEndpointAssociationsResponse
@Mutable
@NotThreadSafe
public static interface ListResourceEndpointAssociationsResponse.Builder
extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<ListResourceEndpointAssociationsResponse.Builder,ListResourceEndpointAssociationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionInformation about the VPC endpoint associations.Information about the VPC endpoint associations.items
(ResourceEndpointAssociationSummary... items) Information about the VPC endpoint associations.If there are additional results, a pagination token for the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
Methods inherited from interface software.amazon.awssdk.services.vpclattice.model.VpcLatticeResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
items
ListResourceEndpointAssociationsResponse.Builder items(Collection<ResourceEndpointAssociationSummary> items) Information about the VPC endpoint associations.
- Parameters:
items
- Information about the VPC endpoint associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Information about the VPC endpoint associations.
- Parameters:
items
- Information about the VPC endpoint associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListResourceEndpointAssociationsResponse.Builder items(Consumer<ResourceEndpointAssociationSummary.Builder>... items) Information about the VPC endpoint associations.
This is a convenience method that creates an instance of theResourceEndpointAssociationSummary.Builder
avoiding the need to create one manually viaResourceEndpointAssociationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toitems(List<ResourceEndpointAssociationSummary>)
.- Parameters:
items
- a consumer that will call methods onResourceEndpointAssociationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If there are additional results, a pagination token for the next page of results.
- Parameters:
nextToken
- If there are additional results, a pagination token for the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-