Interface GetComponentTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetComponentTypeRequest.Builder,GetComponentTypeRequest>,IoTTwinMakerRequest.Builder,SdkBuilder<GetComponentTypeRequest.Builder,GetComponentTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetComponentTypeRequest
public static interface GetComponentTypeRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<GetComponentTypeRequest.Builder,GetComponentTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetComponentTypeRequest.BuildercomponentTypeId(String componentTypeId)The ID of the component type.GetComponentTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetComponentTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetComponentTypeRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
workspaceId
GetComponentTypeRequest.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
GetComponentTypeRequest.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.
-
overrideConfiguration
GetComponentTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetComponentTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-