Interface DeleteResourceEndpointAssociationResponse.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the association.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The ID of the association.

      Parameters:
      id - The ID of the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceConfigurationArn

      DeleteResourceEndpointAssociationResponse.Builder resourceConfigurationArn(String resourceConfigurationArn)

      The Amazon Resource Name (ARN) of the resource configuration associated with the VPC endpoint of type resource.

      Parameters:
      resourceConfigurationArn - The Amazon Resource Name (ARN) of the resource configuration associated with the VPC endpoint of type resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceConfigurationId

      DeleteResourceEndpointAssociationResponse.Builder resourceConfigurationId(String resourceConfigurationId)

      The ID of the resource configuration.

      Parameters:
      resourceConfigurationId - The ID of the resource configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcEndpointId

      The ID of the resource VPC endpoint that is associated with the resource configuration.

      Parameters:
      vpcEndpointId - The ID of the resource VPC endpoint that is associated with the resource configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.