Interface CreateComponentTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateComponentTypeRequest.Builder,CreateComponentTypeRequest>,IoTTwinMakerRequest.Builder,SdkBuilder<CreateComponentTypeRequest.Builder,CreateComponentTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateComponentTypeRequest
public static interface CreateComponentTypeRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateComponentTypeRequest.Builder,CreateComponentTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateComponentTypeRequest.BuildercomponentTypeId(String componentTypeId)The ID of the component type.CreateComponentTypeRequest.BuildercomponentTypeName(String componentTypeName)A friendly name for the component type.CreateComponentTypeRequest.BuildercompositeComponentTypes(Map<String,CompositeComponentTypeRequest> compositeComponentTypes)This is an object that maps strings tocompositeComponentTypesof thecomponentType.CreateComponentTypeRequest.Builderdescription(String description)The description of the component type.CreateComponentTypeRequest.BuilderextendsFrom(String... extendsFrom)Specifies the parent component type to extend.CreateComponentTypeRequest.BuilderextendsFrom(Collection<String> extendsFrom)Specifies the parent component type to extend.CreateComponentTypeRequest.Builderfunctions(Map<String,FunctionRequest> functions)An object that maps strings to the functions in the component type.CreateComponentTypeRequest.BuilderisSingleton(Boolean isSingleton)A Boolean value that specifies whether an entity can have more than one component of this type.CreateComponentTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateComponentTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateComponentTypeRequest.BuilderpropertyDefinitions(Map<String,PropertyDefinitionRequest> propertyDefinitions)An object that maps strings to the property definitions in the component type.CreateComponentTypeRequest.BuilderpropertyGroups(Map<String,PropertyGroupRequest> propertyGroups)CreateComponentTypeRequest.Buildertags(Map<String,String> tags)Metadata that you can use to manage the component type.CreateComponentTypeRequest.BuilderworkspaceId(String workspaceId)The ID of the workspace that contains the component type.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iottwinmaker.model.IoTTwinMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
workspaceId
CreateComponentTypeRequest.Builder workspaceId(String workspaceId)
The ID of the workspace that contains the component type.
- Parameters:
workspaceId- The ID of the workspace that contains the component type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isSingleton
CreateComponentTypeRequest.Builder isSingleton(Boolean isSingleton)
A Boolean value that specifies whether an entity can have more than one component of this type.
- Parameters:
isSingleton- A Boolean value that specifies whether an entity can have more than one component of this type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentTypeId
CreateComponentTypeRequest.Builder componentTypeId(String componentTypeId)
The ID of the component type.
- Parameters:
componentTypeId- The ID of the component type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateComponentTypeRequest.Builder description(String description)
The description of the component type.
- Parameters:
description- The description of the component type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertyDefinitions
CreateComponentTypeRequest.Builder propertyDefinitions(Map<String,PropertyDefinitionRequest> propertyDefinitions)
An object that maps strings to the property definitions in the component type. Each string in the mapping must be unique to this object.
- Parameters:
propertyDefinitions- An object that maps strings to the property definitions in the component type. Each string in the mapping must be unique to this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
extendsFrom
CreateComponentTypeRequest.Builder extendsFrom(Collection<String> extendsFrom)
Specifies the parent component type to extend.
- Parameters:
extendsFrom- Specifies the parent component type to extend.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
extendsFrom
CreateComponentTypeRequest.Builder extendsFrom(String... extendsFrom)
Specifies the parent component type to extend.
- Parameters:
extendsFrom- Specifies the parent component type to extend.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
functions
CreateComponentTypeRequest.Builder functions(Map<String,FunctionRequest> functions)
An object that maps strings to the functions in the component type. Each string in the mapping must be unique to this object.
- Parameters:
functions- An object that maps strings to the functions in the component type. Each string in the mapping must be unique to this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateComponentTypeRequest.Builder tags(Map<String,String> tags)
Metadata that you can use to manage the component type.
- Parameters:
tags- Metadata that you can use to manage the component type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertyGroups
CreateComponentTypeRequest.Builder propertyGroups(Map<String,PropertyGroupRequest> propertyGroups)
- Parameters:
propertyGroups-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentTypeName
CreateComponentTypeRequest.Builder componentTypeName(String componentTypeName)
A friendly name for the component type.
- Parameters:
componentTypeName- A friendly name for the component type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
compositeComponentTypes
CreateComponentTypeRequest.Builder compositeComponentTypes(Map<String,CompositeComponentTypeRequest> compositeComponentTypes)
This is an object that maps strings to
compositeComponentTypesof thecomponentType.CompositeComponentTypeis referenced bycomponentTypeId.- Parameters:
compositeComponentTypes- This is an object that maps strings tocompositeComponentTypesof thecomponentType.CompositeComponentTypeis referenced bycomponentTypeId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateComponentTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateComponentTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-