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