Interface DescribeVpcEndpointAssociationsRequest.Builder

  • 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 is UnauthorizedOperation.

      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 is DryRunOperation. Otherwise, it is UnauthorizedOperation.
      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

      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

      The filters.

      • vpc-endpoint-id - The ID of the VPC endpoint.

      • associated-resource-accessibility - The association state. When the state is accessible, it returns AVAILABLE. When the state is inaccessible, it returns PENDING or FAILED.

      • 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 is accessible, it returns AVAILABLE. When the state is inaccessible, it returns PENDING or FAILED.

      • 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 is accessible, it returns AVAILABLE. When the state is inaccessible, it returns PENDING or FAILED.

      • 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 is accessible, it returns AVAILABLE. When the state is inaccessible, it returns PENDING or FAILED.

      • 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 is accessible, it returns AVAILABLE. When the state is inaccessible, it returns PENDING or FAILED.

      • 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.

      This is a convenience method that creates an instance of the Filter.Builder avoiding the need to create one manually via Filter.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to filters(List<Filter>).

      Parameters:
      filters - a consumer that will call methods on Filter.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

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.