Interface DescribeVpcEndpointsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeVpcEndpointsRequest.Builder,DescribeVpcEndpointsRequest>,OpenSearchRequest.Builder,SdkBuilder<DescribeVpcEndpointsRequest.Builder,DescribeVpcEndpointsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeVpcEndpointsRequest
public static interface DescribeVpcEndpointsRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<DescribeVpcEndpointsRequest.Builder,DescribeVpcEndpointsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeVpcEndpointsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeVpcEndpointsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeVpcEndpointsRequest.BuildervpcEndpointIds(String... vpcEndpointIds)The unique identifiers of the endpoints to get information about.DescribeVpcEndpointsRequest.BuildervpcEndpointIds(Collection<String> vpcEndpointIds)The unique identifiers of the endpoints to get information about.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opensearch.model.OpenSearchRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
vpcEndpointIds
DescribeVpcEndpointsRequest.Builder vpcEndpointIds(Collection<String> vpcEndpointIds)
The unique identifiers of the endpoints to get information about.
- Parameters:
vpcEndpointIds- The unique identifiers of the endpoints to get information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointIds
DescribeVpcEndpointsRequest.Builder vpcEndpointIds(String... vpcEndpointIds)
The unique identifiers of the endpoints to get information about.
- Parameters:
vpcEndpointIds- The unique identifiers of the endpoints to get information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeVpcEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeVpcEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-