Interface DescribeVpcEndpointAssociationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeVpcEndpointAssociationsRequest.Builder,DescribeVpcEndpointAssociationsRequest>,Ec2Request.Builder,SdkBuilder<DescribeVpcEndpointAssociationsRequest.Builder,DescribeVpcEndpointAssociationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeVpcEndpointAssociationsRequest
@Mutable @NotThreadSafe public static interface DescribeVpcEndpointAssociationsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeVpcEndpointAssociationsRequest.Builder,DescribeVpcEndpointAssociationsRequest>
-
-
Method Summary
-
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 Detail
-
dryRun
DescribeVpcEndpointAssociationsRequest.Builder dryRun(Boolean 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
DescribeVpcEndpointAssociationsRequest.Builder vpcEndpointIds(Collection<String> 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
DescribeVpcEndpointAssociationsRequest.Builder vpcEndpointIds(String... 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
DescribeVpcEndpointAssociationsRequest.Builder filters(Collection<Filter> 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 returnsPENDINGorFAILED. -
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 returnsPENDINGorFAILED. -
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
DescribeVpcEndpointAssociationsRequest.Builder filters(Filter... 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 returnsPENDINGorFAILED. -
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 returnsPENDINGorFAILED. -
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
DescribeVpcEndpointAssociationsRequest.Builder filters(Consumer<Filter.Builder>... 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 returnsPENDINGorFAILED. -
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.Builderavoiding the need to create one manually viaFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - 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:
#filters(java.util.Collection)
-
-
maxResults
DescribeVpcEndpointAssociationsRequest.Builder maxResults(Integer 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
DescribeVpcEndpointAssociationsRequest.Builder nextToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeVpcEndpointAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-