public static interface EntitySummary.Builder extends SdkPojo, CopyableBuilder<EntitySummary.Builder,EntitySummary>
| Modifier and Type | Method and Description |
|---|---|
EntitySummary.Builder |
entityArn(String entityArn)
The ARN associated with the unique identifier for the entity.
|
EntitySummary.Builder |
entityId(String entityId)
The unique identifier for the entity.
|
EntitySummary.Builder |
entityType(String entityType)
The type of the entity.
|
EntitySummary.Builder |
lastModifiedDate(String lastModifiedDate)
The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).
|
EntitySummary.Builder |
name(String name)
The name for the entity.
|
EntitySummary.Builder |
visibility(String visibility)
The visibility status of the entity to buyers.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEntitySummary.Builder name(String name)
The name for the entity. This value is not unique. It is defined by the seller.
name - The name for the entity. This value is not unique. It is defined by the seller.EntitySummary.Builder entityType(String entityType)
The type of the entity.
entityType - The type of the entity.EntitySummary.Builder entityId(String entityId)
The unique identifier for the entity.
entityId - The unique identifier for the entity.EntitySummary.Builder entityArn(String entityArn)
The ARN associated with the unique identifier for the entity.
entityArn - The ARN associated with the unique identifier for the entity.EntitySummary.Builder lastModifiedDate(String lastModifiedDate)
The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).
lastModifiedDate - The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).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).
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).Copyright © 2023. All rights reserved.