Interface DescribeVpcEndpointAssociationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeVpcEndpointAssociationsRequest.Builder,
,DescribeVpcEndpointAssociationsRequest> Ec2Request.Builder
,SdkBuilder<DescribeVpcEndpointAssociationsRequest.Builder,
,DescribeVpcEndpointAssociationsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeVpcEndpointAssociationsRequest
-
Method Summary
Modifier and TypeMethodDescriptionChecks whether you have the required permissions for the action, without actually making the request, and provides an error response.filters
(Collection<Filter> filters) The filters.filters
(Consumer<Filter.Builder>... filters) The filters.The filters.maxResults
(Integer maxResults) The maximum page size.The pagination token.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.vpcEndpointIds
(String... vpcEndpointIds) The IDs of the VPC endpoints.vpcEndpointIds
(Collection<String> vpcEndpointIds) The IDs of the VPC endpoints.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.ec2.model.Ec2Request.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 Details
-
dryRun
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.- Parameters:
dryRun
- Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response isDryRunOperation
. Otherwise, it isUnauthorizedOperation
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointIds
The IDs of the VPC endpoints.
- Parameters:
vpcEndpointIds
- The IDs of the VPC endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointIds
The IDs of the VPC endpoints.
- Parameters:
vpcEndpointIds
- The IDs of the VPC endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
The filters.
-
vpc-endpoint-id
- The ID of the VPC endpoint. -
associated-resource-accessibility
- The association state. When the state isaccessible
, it returnsAVAILABLE
. When the state isinaccessible
, it returnsPENDING
orFAILED
. -
association-id
- The ID of the VPC endpoint association. -
associated-resource-id
- The ID of the associated resource configuration. -
service-network-arn
- The Amazon Resource Name (ARN) of the associated service network. Only VPC endpoints of type service network will be returned. -
resource-configuration-group-arn
- The Amazon Resource Name (ARN) of the resource configuration of type GROUP. -
service-network-resource-association-id
- The ID of the association.
- Parameters:
filters
- The filters.-
vpc-endpoint-id
- The ID of the VPC endpoint. -
associated-resource-accessibility
- The association state. When the state isaccessible
, it returnsAVAILABLE
. When the state isinaccessible
, it returnsPENDING
orFAILED
. -
association-id
- The ID of the VPC endpoint association. -
associated-resource-id
- The ID of the associated resource configuration. -
service-network-arn
- The Amazon Resource Name (ARN) of the associated service network. Only VPC endpoints of type service network will be returned. -
resource-configuration-group-arn
- The Amazon Resource Name (ARN) of the resource configuration of type GROUP. -
service-network-resource-association-id
- The ID of the association.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
The filters.
-
vpc-endpoint-id
- The ID of the VPC endpoint. -
associated-resource-accessibility
- The association state. When the state isaccessible
, it returnsAVAILABLE
. When the state isinaccessible
, it returnsPENDING
orFAILED
. -
association-id
- The ID of the VPC endpoint association. -
associated-resource-id
- The ID of the associated resource configuration. -
service-network-arn
- The Amazon Resource Name (ARN) of the associated service network. Only VPC endpoints of type service network will be returned. -
resource-configuration-group-arn
- The Amazon Resource Name (ARN) of the resource configuration of type GROUP. -
service-network-resource-association-id
- The ID of the association.
- Parameters:
filters
- The filters.-
vpc-endpoint-id
- The ID of the VPC endpoint. -
associated-resource-accessibility
- The association state. When the state isaccessible
, it returnsAVAILABLE
. When the state isinaccessible
, it returnsPENDING
orFAILED
. -
association-id
- The ID of the VPC endpoint association. -
associated-resource-id
- The ID of the associated resource configuration. -
service-network-arn
- The Amazon Resource Name (ARN) of the associated service network. Only VPC endpoints of type service network will be returned. -
resource-configuration-group-arn
- The Amazon Resource Name (ARN) of the resource configuration of type GROUP. -
service-network-resource-association-id
- The ID of the association.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
The filters.
-
vpc-endpoint-id
- The ID of the VPC endpoint. -
associated-resource-accessibility
- The association state. When the state isaccessible
, it returnsAVAILABLE
. When the state isinaccessible
, it returnsPENDING
orFAILED
. -
association-id
- The ID of the VPC endpoint association. -
associated-resource-id
- The ID of the associated resource configuration. -
service-network-arn
- The Amazon Resource Name (ARN) of the associated service network. Only VPC endpoints of type service network will be returned. -
resource-configuration-group-arn
- The Amazon Resource Name (ARN) of the resource configuration of type GROUP. -
service-network-resource-association-id
- The ID of the association.
Filter.Builder
avoiding the need to create one manually viaFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<Filter>)
.- Parameters:
filters
- a consumer that will call methods onFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
maxResults
The maximum page size.
- Parameters:
maxResults
- The maximum page size.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The pagination token.
- Parameters:
nextToken
- The pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeVpcEndpointAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeVpcEndpointAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-