public static interface EntityDescription.Builder extends SdkPojo, CopyableBuilder<EntityDescription.Builder,EntityDescription>
| Modifier and Type | Method and Description |
|---|---|
EntityDescription.Builder |
arn(String arn)
The entity ARN.
|
EntityDescription.Builder |
createdAt(Instant createdAt)
The time at which the entity was created.
|
default EntityDescription.Builder |
definition(Consumer<DefinitionDocument.Builder> definition)
The definition document of the entity.
|
EntityDescription.Builder |
definition(DefinitionDocument definition)
The definition document of the entity.
|
EntityDescription.Builder |
id(String id)
The entity ID.
|
EntityDescription.Builder |
type(EntityType type)
The entity type.
|
EntityDescription.Builder |
type(String type)
The entity type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEntityDescription.Builder id(String id)
The entity ID.
id - The entity ID.EntityDescription.Builder arn(String arn)
The entity ARN.
arn - The entity ARN.EntityDescription.Builder type(String type)
The entity type.
type - The entity type.EntityType,
EntityTypeEntityDescription.Builder type(EntityType type)
The entity type.
type - The entity type.EntityType,
EntityTypeEntityDescription.Builder createdAt(Instant createdAt)
The time at which the entity was created.
createdAt - The time at which the entity was created.EntityDescription.Builder definition(DefinitionDocument definition)
The definition document of the entity.
definition - The definition document of the entity.default EntityDescription.Builder definition(Consumer<DefinitionDocument.Builder> definition)
The definition document of the entity.
This is a convenience that creates an instance of theDefinitionDocument.Builder avoiding the need to
create one manually via DefinitionDocument.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to definition(DefinitionDocument).definition - a consumer that will call methods on DefinitionDocument.Builderdefinition(DefinitionDocument)Copyright © 2021. All rights reserved.