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.Builder
nextToken(String nextToken)
Information about each endpoint associated with the domain.ListVpcEndpointsForDomainResponse.Builder
vpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList)
Provides list ofVpcEndpointSummary
summarizing details of the VPC endpoints.ListVpcEndpointsForDomainResponse.Builder
vpcEndpointSummaryList(Consumer<VpcEndpointSummary.Builder>... vpcEndpointSummaryList)
Provides list ofVpcEndpointSummary
summarizing details of the VPC endpoints.ListVpcEndpointsForDomainResponse.Builder
vpcEndpointSummaryList(VpcEndpointSummary... vpcEndpointSummaryList)
Provides list ofVpcEndpointSummary
summarizing 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, 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
VpcEndpointSummary
summarizing details of the VPC endpoints.- Parameters:
vpcEndpointSummaryList
- Provides list ofVpcEndpointSummary
summarizing 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
VpcEndpointSummary
summarizing details of the VPC endpoints.- Parameters:
vpcEndpointSummaryList
- Provides list ofVpcEndpointSummary
summarizing 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 theVpcEndpointSummary
summarizing details of the VPC endpoints.VpcEndpointSummary.Builder
avoiding the need to create one manually viaVpcEndpointSummary.builder()
.When the
Consumer
completes,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.
-
-