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