GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.arn(String arn) |
The ARN of the component type.
|
static GetComponentTypeResponse.Builder |
GetComponentTypeResponse.builder() |
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.componentTypeId(String componentTypeId) |
The ID of the component type.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.componentTypeName(String componentTypeName) |
The component type name.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.compositeComponentTypes(Map<String,CompositeComponentTypeResponse> compositeComponentTypes) |
This is an object that maps strings to compositeComponentTypes of the componentType.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.creationDateTime(Instant creationDateTime) |
The date and time when the component type was created.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.description(String description) |
The description of the component type.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.extendsFrom(String... extendsFrom) |
The name of the parent component type that this component type extends.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.extendsFrom(Collection<String> extendsFrom) |
The name of the parent component type that this component type extends.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.functions(Map<String,FunctionResponse> functions) |
An object that maps strings to the functions in the component type.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.isAbstract(Boolean isAbstract) |
A Boolean value that specifies whether the component type is abstract.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.isSchemaInitialized(Boolean isSchemaInitialized) |
A Boolean value that specifies whether the component type has a schema initializer and that the schema
initializer has run.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.isSingleton(Boolean isSingleton) |
A Boolean value that specifies whether an entity can have more than one component of this type.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.propertyDefinitions(Map<String,PropertyDefinitionResponse> propertyDefinitions) |
An object that maps strings to the property definitions in the component type.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.propertyGroups(Map<String,PropertyGroupResponse> propertyGroups) |
The maximum number of results to return at one time.
|
default GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.status(Consumer<Status.Builder> status) |
The current status of the component type.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.status(Status status) |
The current status of the component type.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.syncSource(String syncSource) |
The syncSource of the SyncJob, if this entity was created by a SyncJob.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.toBuilder() |
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.updateDateTime(Instant updateDateTime) |
The date and time when the component was last updated.
|
GetComponentTypeResponse.Builder |
GetComponentTypeResponse.Builder.workspaceId(String workspaceId) |
The ID of the workspace that contains the component type.
|