Interface DeleteComponentTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteComponentTypeRequest.Builder,DeleteComponentTypeRequest>,IoTTwinMakerRequest.Builder,SdkBuilder<DeleteComponentTypeRequest.Builder,DeleteComponentTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteComponentTypeRequest
public static interface DeleteComponentTypeRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<DeleteComponentTypeRequest.Builder,DeleteComponentTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteComponentTypeRequest.BuildercomponentTypeId(String componentTypeId)The ID of the component type to delete.DeleteComponentTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteComponentTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteComponentTypeRequest.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
DeleteComponentTypeRequest.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.
-
componentTypeId
DeleteComponentTypeRequest.Builder componentTypeId(String componentTypeId)
The ID of the component type to delete.
- Parameters:
componentTypeId- The ID of the component type to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteComponentTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteComponentTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-