Interface UpdateComponentTypeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateComponentTypeResponse.Builder,UpdateComponentTypeResponse>,IoTTwinMakerResponse.Builder,SdkBuilder<UpdateComponentTypeResponse.Builder,UpdateComponentTypeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateComponentTypeResponse
public static interface UpdateComponentTypeResponse.Builder extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<UpdateComponentTypeResponse.Builder,UpdateComponentTypeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateComponentTypeResponse.Builderarn(String arn)The ARN of the component type.UpdateComponentTypeResponse.BuildercomponentTypeId(String componentTypeId)The ID of the component type.UpdateComponentTypeResponse.Builderstate(String state)The current state of the component type.UpdateComponentTypeResponse.Builderstate(State state)The current state of the component type.UpdateComponentTypeResponse.BuilderworkspaceId(String workspaceId)The ID of the workspace that contains the component type.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iottwinmaker.model.IoTTwinMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
workspaceId
UpdateComponentTypeResponse.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.
-
arn
UpdateComponentTypeResponse.Builder arn(String arn)
The ARN of the component type.
- Parameters:
arn- The ARN of the component type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentTypeId
UpdateComponentTypeResponse.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.
-
state
UpdateComponentTypeResponse.Builder state(String state)
The current state of the component type.
-
state
UpdateComponentTypeResponse.Builder state(State state)
The current state of the component type.
-
-