Interface UpdateComponentTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateComponentTypeRequest.Builder,UpdateComponentTypeRequest>,IoTTwinMakerRequest.Builder,SdkBuilder<UpdateComponentTypeRequest.Builder,UpdateComponentTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateComponentTypeRequest
public static interface UpdateComponentTypeRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateComponentTypeRequest.Builder,UpdateComponentTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateComponentTypeRequest.BuildercomponentTypeId(String componentTypeId)The ID of the component type.UpdateComponentTypeRequest.BuildercomponentTypeName(String componentTypeName)The component type name.UpdateComponentTypeRequest.BuildercompositeComponentTypes(Map<String,CompositeComponentTypeRequest> compositeComponentTypes)This is an object that maps strings tocompositeComponentTypesof thecomponentType.UpdateComponentTypeRequest.Builderdescription(String description)The description of the component type.UpdateComponentTypeRequest.BuilderextendsFrom(String... extendsFrom)Specifies the component type that this component type extends.UpdateComponentTypeRequest.BuilderextendsFrom(Collection<String> extendsFrom)Specifies the component type that this component type extends.UpdateComponentTypeRequest.Builderfunctions(Map<String,FunctionRequest> functions)An object that maps strings to the functions in the component type.UpdateComponentTypeRequest.BuilderisSingleton(Boolean isSingleton)A Boolean value that specifies whether an entity can have more than one component of this type.UpdateComponentTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateComponentTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateComponentTypeRequest.BuilderpropertyDefinitions(Map<String,PropertyDefinitionRequest> propertyDefinitions)An object that maps strings to the property definitions in the component type.UpdateComponentTypeRequest.BuilderpropertyGroups(Map<String,PropertyGroupRequest> propertyGroups)The property groups.UpdateComponentTypeRequest.BuilderworkspaceId(String workspaceId)The ID of the workspace.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
workspaceId
UpdateComponentTypeRequest.Builder workspaceId(String workspaceId)
The ID of the workspace.
- Parameters:
workspaceId- The ID of the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isSingleton
UpdateComponentTypeRequest.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
UpdateComponentTypeRequest.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
UpdateComponentTypeRequest.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
UpdateComponentTypeRequest.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
UpdateComponentTypeRequest.Builder extendsFrom(Collection<String> extendsFrom)
Specifies the component type that this component type extends.
- Parameters:
extendsFrom- Specifies the component type that this component type extends.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
extendsFrom
UpdateComponentTypeRequest.Builder extendsFrom(String... extendsFrom)
Specifies the component type that this component type extends.
- Parameters:
extendsFrom- Specifies the component type that this component type extends.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
functions
UpdateComponentTypeRequest.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.
-
propertyGroups
UpdateComponentTypeRequest.Builder propertyGroups(Map<String,PropertyGroupRequest> propertyGroups)
The property groups.
- Parameters:
propertyGroups- The property groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentTypeName
UpdateComponentTypeRequest.Builder componentTypeName(String componentTypeName)
The component type name.
- Parameters:
componentTypeName- The component type name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
compositeComponentTypes
UpdateComponentTypeRequest.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
UpdateComponentTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateComponentTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-