Interface DeleteComponentTypeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteComponentTypeRequest.Builder,,DeleteComponentTypeRequest> IoTTwinMakerRequest.Builder,SdkBuilder<DeleteComponentTypeRequest.Builder,,DeleteComponentTypeRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteComponentTypeRequest
@Mutable
@NotThreadSafe
public static interface DeleteComponentTypeRequest.Builder
extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<DeleteComponentTypeRequest.Builder,DeleteComponentTypeRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncomponentTypeId(String componentTypeId) The ID of the component type to delete.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) workspaceId(String workspaceId) The ID of the workspace that contains the component type.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iottwinmaker.model.IoTTwinMakerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
-