Interface EntityDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EntityDetail.Builder,
,EntityDetail> SdkBuilder<EntityDetail.Builder,
,EntityDetail> SdkPojo
- Enclosing class:
EntityDetail
@Mutable
@NotThreadSafe
public static interface EntityDetail.Builder
extends SdkPojo, CopyableBuilder<EntityDetail.Builder,EntityDetail>
-
Method Summary
Modifier and TypeMethodDescriptiondetailsDocument
(Document detailsDocument) An object that contains all the details of the entity.The Amazon Resource Name (ARN) of the entity.entityIdentifier
(String entityIdentifier) The ID of the entity, in the format ofEntityId@RevisionId
.entityType
(String entityType) The entity type of the entity, in the format ofEntityType@Version
.lastModifiedDate
(String lastModifiedDate) The last time the entity was modified.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, sdkFieldNameToField, sdkFields
-
Method Details
-
entityType
The entity type of the entity, in the format of
EntityType@Version
.- Parameters:
entityType
- The entity type of the entity, in the format ofEntityType@Version
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityArn
The Amazon Resource Name (ARN) of the entity.
- Parameters:
entityArn
- The Amazon Resource Name (ARN) of the entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityIdentifier
The ID of the entity, in the format of
EntityId@RevisionId
.- Parameters:
entityIdentifier
- The ID of the entity, in the format ofEntityId@RevisionId
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
The last time the entity was modified.
- Parameters:
lastModifiedDate
- The last time the entity was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
detailsDocument
An object that contains all the details of the entity.
- Parameters:
detailsDocument
- An object that contains all the details of the entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-