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