Interface EntitySummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EntitySummary.Builder,EntitySummary>, SdkBuilder<EntitySummary.Builder,EntitySummary>, SdkPojo
Enclosing class:
EntitySummary

public static interface EntitySummary.Builder extends SdkPojo, CopyableBuilder<EntitySummary.Builder,EntitySummary>
  • Method Details

    • name

      The name for the entity. This value is not unique. It is defined by the seller.

      Parameters:
      name - The name for the entity. This value is not unique. It is defined by the seller.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entityType

      EntitySummary.Builder entityType(String entityType)

      The type of the entity.

      Parameters:
      entityType - The type of the entity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entityId

      EntitySummary.Builder entityId(String entityId)

      The unique identifier for the entity.

      Parameters:
      entityId - The unique identifier for the entity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entityArn

      EntitySummary.Builder entityArn(String entityArn)

      The ARN associated with the unique identifier for the entity.

      Parameters:
      entityArn - The ARN associated with the unique identifier for the entity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedDate

      EntitySummary.Builder lastModifiedDate(String lastModifiedDate)

      The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).

      Parameters:
      lastModifiedDate - The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • visibility

      EntitySummary.Builder visibility(String visibility)

      The visibility status of the entity to buyers. This value can be Public (everyone can view the entity), Limited (the entity is visible to limited accounts only), or Restricted (the entity was published and then unpublished and only existing buyers can view it).

      Parameters:
      visibility - The visibility status of the entity to buyers. This value can be Public (everyone can view the entity), Limited (the entity is visible to limited accounts only), or Restricted (the entity was published and then unpublished and only existing buyers can view it).
      Returns:
      Returns a reference to this object so that method calls can be chained together.