Interface DeploySystemInstanceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeploySystemInstanceRequest.Builder,DeploySystemInstanceRequest>,IoTThingsGraphRequest.Builder,SdkBuilder<DeploySystemInstanceRequest.Builder,DeploySystemInstanceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeploySystemInstanceRequest
public static interface DeploySystemInstanceRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<DeploySystemInstanceRequest.Builder,DeploySystemInstanceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeploySystemInstanceRequest.Builderid(String id)The ID of the system instance.DeploySystemInstanceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeploySystemInstanceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.iotthingsgraph.model.IoTThingsGraphRequest.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
-
id
DeploySystemInstanceRequest.Builder id(String id)
The ID of the system instance. This value is returned by the
CreateSystemInstanceaction.The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME- Parameters:
id- The ID of the system instance. This value is returned by theCreateSystemInstanceaction.The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeploySystemInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeploySystemInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-