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 Summary
Modifier and TypeMethodDescriptionThe ARN associated with the unique identifier for the entity.The unique identifier for the entity.entityType
(String entityType) The type of the entity.lastModifiedDate
(String lastModifiedDate) The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).The name for the entity.visibility
(String visibility) The visibility status of the entity to buyers.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
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
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
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
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
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
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), orRestricted
(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 bePublic
(everyone can view the entity),Limited
(the entity is visible to limited accounts only), orRestricted
(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.
-