static CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.builder() |
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.componentTypeId(String componentTypeId) |
The ID of the component type.
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.componentTypeName(String componentTypeName) |
A friendly name for the component type.
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.compositeComponentTypes(Map<String,CompositeComponentTypeRequest> compositeComponentTypes) |
This is an object that maps strings to compositeComponentTypes of the componentType.
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.description(String description) |
The description of the component type.
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.extendsFrom(String... extendsFrom) |
Specifies the parent component type to extend.
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.extendsFrom(Collection<String> extendsFrom) |
Specifies the parent component type to extend.
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.functions(Map<String,FunctionRequest> functions) |
An object that maps strings to the functions in the component type.
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.isSingleton(Boolean isSingleton) |
A Boolean value that specifies whether an entity can have more than one component of this type.
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.propertyDefinitions(Map<String,PropertyDefinitionRequest> propertyDefinitions) |
An object that maps strings to the property definitions in the component type.
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.propertyGroups(Map<String,PropertyGroupRequest> propertyGroups) |
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.tags(Map<String,String> tags) |
Metadata that you can use to manage the component type.
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.toBuilder() |
|
CreateComponentTypeRequest.Builder |
CreateComponentTypeRequest.Builder.workspaceId(String workspaceId) |
The ID of the workspace that contains the component type.
|