static CreateEntityRequest.Builder |
CreateEntityRequest.builder() |
|
CreateEntityRequest.Builder |
CreateEntityRequest.Builder.components(Map<String,ComponentRequest> components) |
An object that maps strings to the components in the entity.
|
CreateEntityRequest.Builder |
CreateEntityRequest.Builder.compositeComponents(Map<String,CompositeComponentRequest> compositeComponents) |
This is an object that maps strings to compositeComponent updates in the request.
|
CreateEntityRequest.Builder |
CreateEntityRequest.Builder.description(String description) |
The description of the entity.
|
CreateEntityRequest.Builder |
CreateEntityRequest.Builder.entityId(String entityId) |
The ID of the entity.
|
CreateEntityRequest.Builder |
CreateEntityRequest.Builder.entityName(String entityName) |
The name of the entity.
|
CreateEntityRequest.Builder |
CreateEntityRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateEntityRequest.Builder |
CreateEntityRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateEntityRequest.Builder |
CreateEntityRequest.Builder.parentEntityId(String parentEntityId) |
The ID of the entity's parent entity.
|
CreateEntityRequest.Builder |
CreateEntityRequest.Builder.tags(Map<String,String> tags) |
Metadata that you can use to manage the entity.
|
CreateEntityRequest.Builder |
CreateEntityRequest.toBuilder() |
|
CreateEntityRequest.Builder |
CreateEntityRequest.Builder.workspaceId(String workspaceId) |
The ID of the workspace that contains the entity.
|