Interface ListVpcEndpointsForDomainResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListVpcEndpointsForDomainResponse.Builder,ListVpcEndpointsForDomainResponse>,ElasticsearchResponse.Builder,SdkBuilder<ListVpcEndpointsForDomainResponse.Builder,ListVpcEndpointsForDomainResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListVpcEndpointsForDomainResponse
public static interface ListVpcEndpointsForDomainResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<ListVpcEndpointsForDomainResponse.Builder,ListVpcEndpointsForDomainResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListVpcEndpointsForDomainResponse.BuildernextToken(String nextToken)Information about each endpoint associated with the domain.ListVpcEndpointsForDomainResponse.BuildervpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList)Provides list ofVpcEndpointSummarysummarizing details of the VPC endpoints.ListVpcEndpointsForDomainResponse.BuildervpcEndpointSummaryList(Consumer<VpcEndpointSummary.Builder>... vpcEndpointSummaryList)Provides list ofVpcEndpointSummarysummarizing details of the VPC endpoints.ListVpcEndpointsForDomainResponse.BuildervpcEndpointSummaryList(VpcEndpointSummary... vpcEndpointSummaryList)Provides list ofVpcEndpointSummarysummarizing details of the VPC endpoints.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticsearch.model.ElasticsearchResponse.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
ListVpcEndpointsForDomainResponse.Builder vpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList)
Provides list of
VpcEndpointSummarysummarizing details of the VPC endpoints.- Parameters:
vpcEndpointSummaryList- Provides list ofVpcEndpointSummarysummarizing details of the VPC endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointSummaryList
ListVpcEndpointsForDomainResponse.Builder vpcEndpointSummaryList(VpcEndpointSummary... vpcEndpointSummaryList)
Provides list of
VpcEndpointSummarysummarizing details of the VPC endpoints.- Parameters:
vpcEndpointSummaryList- Provides list ofVpcEndpointSummarysummarizing details of the VPC endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointSummaryList
ListVpcEndpointsForDomainResponse.Builder vpcEndpointSummaryList(Consumer<VpcEndpointSummary.Builder>... vpcEndpointSummaryList)
Provides list of
This is a convenience method that creates an instance of theVpcEndpointSummarysummarizing details of the VPC endpoints.VpcEndpointSummary.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
ListVpcEndpointsForDomainResponse.Builder nextToken(String nextToken)
Information about each endpoint associated with the domain.
- Parameters:
nextToken- Information about each endpoint associated with the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-