public static interface ListVpcEndpointsRequest.Builder extends OpenSearchServerlessRequest.Builder, SdkPojo, CopyableBuilder<ListVpcEndpointsRequest.Builder,ListVpcEndpointsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListVpcEndpointsRequest.Builder |
maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
ListVpcEndpointsRequest.Builder |
nextToken(String nextToken)
If your initial
ListVpcEndpoints operation returns a nextToken, you can include the
returned nextToken in subsequent ListVpcEndpoints operations, which returns results
in the next page. |
ListVpcEndpointsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListVpcEndpointsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListVpcEndpointsRequest.Builder |
vpcEndpointFilters(Consumer<VpcEndpointFilters.Builder> vpcEndpointFilters)
Filter the results according to the current status of the VPC endpoint.
|
ListVpcEndpointsRequest.Builder |
vpcEndpointFilters(VpcEndpointFilters vpcEndpointFilters)
Filter the results according to the current status of the VPC endpoint.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVpcEndpointsRequest.Builder maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results. The default is 20.
maxResults - An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results. The default is 20.ListVpcEndpointsRequest.Builder nextToken(String nextToken)
If your initial ListVpcEndpoints operation returns a nextToken, you can include the
returned nextToken in subsequent ListVpcEndpoints operations, which returns results
in the next page.
nextToken - If your initial ListVpcEndpoints operation returns a nextToken, you can
include the returned nextToken in subsequent ListVpcEndpoints operations,
which returns results in the next page.ListVpcEndpointsRequest.Builder vpcEndpointFilters(VpcEndpointFilters vpcEndpointFilters)
Filter the results according to the current status of the VPC endpoint. Possible statuses are
CREATING, DELETING, UPDATING, ACTIVE, and
FAILED.
vpcEndpointFilters - Filter the results according to the current status of the VPC endpoint. Possible statuses are
CREATING, DELETING, UPDATING, ACTIVE, and
FAILED.default ListVpcEndpointsRequest.Builder vpcEndpointFilters(Consumer<VpcEndpointFilters.Builder> vpcEndpointFilters)
Filter the results according to the current status of the VPC endpoint. Possible statuses are
CREATING, DELETING, UPDATING, ACTIVE, and
FAILED.
VpcEndpointFilters.Builder avoiding the
need to create one manually via VpcEndpointFilters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vpcEndpointFilters(VpcEndpointFilters).
vpcEndpointFilters - a consumer that will call methods on VpcEndpointFilters.BuildervpcEndpointFilters(VpcEndpointFilters)ListVpcEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListVpcEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.