Interface ListVpcEndpointsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListVpcEndpointsResponse.Builder,ListVpcEndpointsResponse>,OpenSearchResponse.Builder,SdkBuilder<ListVpcEndpointsResponse.Builder,ListVpcEndpointsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListVpcEndpointsResponse
@Mutable @NotThreadSafe public static interface ListVpcEndpointsResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<ListVpcEndpointsResponse.Builder,ListVpcEndpointsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListVpcEndpointsResponse.BuildernextToken(String nextToken)WhennextTokenis returned, there are more results available.ListVpcEndpointsResponse.BuildervpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList)Information about each endpoint.ListVpcEndpointsResponse.BuildervpcEndpointSummaryList(Consumer<VpcEndpointSummary.Builder>... vpcEndpointSummaryList)Information about each endpoint.ListVpcEndpointsResponse.BuildervpcEndpointSummaryList(VpcEndpointSummary... vpcEndpointSummaryList)Information about each endpoint.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opensearch.model.OpenSearchResponse.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 Detail
-
vpcEndpointSummaryList
ListVpcEndpointsResponse.Builder vpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList)
Information about each endpoint.
- Parameters:
vpcEndpointSummaryList- Information about each endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointSummaryList
ListVpcEndpointsResponse.Builder vpcEndpointSummaryList(VpcEndpointSummary... vpcEndpointSummaryList)
Information about each endpoint.
- Parameters:
vpcEndpointSummaryList- Information about each endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointSummaryList
ListVpcEndpointsResponse.Builder vpcEndpointSummaryList(Consumer<VpcEndpointSummary.Builder>... vpcEndpointSummaryList)
Information about each endpoint.
This is a convenience method that creates an instance of theVpcEndpointSummary.Builderavoiding the need to create one manually viaVpcEndpointSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#vpcEndpointSummaryList(List.) - Parameters:
vpcEndpointSummaryList- a consumer that will call methods onVpcEndpointSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#vpcEndpointSummaryList(java.util.Collection)
-
nextToken
ListVpcEndpointsResponse.Builder nextToken(String nextToken)
When
nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.- Parameters:
nextToken- WhennextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-