Interface ResourceEndpointAssociationSummary.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the VPC endpoint association.

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

      The date and time that the VPC endpoint association was created, in ISO-8601 format.

      Parameters:
      createdAt - The date and time that the VPC endpoint association was created, in ISO-8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdBy

      The account that created the association.

      Parameters:
      createdBy - The account that created the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The ID of the VPC endpoint association.

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

      ResourceEndpointAssociationSummary.Builder resourceConfigurationArn(String resourceConfigurationArn)

      The Amazon Resource Name (ARN) of the resource configuration.

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

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

      ResourceEndpointAssociationSummary.Builder resourceConfigurationName(String resourceConfigurationName)

      The name of the resource configuration.

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

      ResourceEndpointAssociationSummary.Builder vpcEndpointId(String vpcEndpointId)

      The ID of the VPC endpoint.

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

      ResourceEndpointAssociationSummary.Builder vpcEndpointOwner(String vpcEndpointOwner)

      The owner of the VPC endpoint.

      Parameters:
      vpcEndpointOwner - The owner of the VPC endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.