static CreateSystemInstanceRequest.Builder |
CreateSystemInstanceRequest.builder() |
|
default CreateSystemInstanceRequest.Builder |
CreateSystemInstanceRequest.Builder.definition(Consumer<DefinitionDocument.Builder> definition) |
Sets the value of the Definition property for this object.
|
CreateSystemInstanceRequest.Builder |
CreateSystemInstanceRequest.Builder.definition(DefinitionDocument definition) |
Sets the value of the Definition property for this object.
|
CreateSystemInstanceRequest.Builder |
CreateSystemInstanceRequest.Builder.flowActionsRoleArn(String flowActionsRoleArn) |
The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow.
|
CreateSystemInstanceRequest.Builder |
CreateSystemInstanceRequest.Builder.greengrassGroupName(String greengrassGroupName) |
The name of the Greengrass group where the system instance will be deployed.
|
default CreateSystemInstanceRequest.Builder |
CreateSystemInstanceRequest.Builder.metricsConfiguration(Consumer<MetricsConfiguration.Builder> metricsConfiguration) |
Sets the value of the MetricsConfiguration property for this object.
|
CreateSystemInstanceRequest.Builder |
CreateSystemInstanceRequest.Builder.metricsConfiguration(MetricsConfiguration metricsConfiguration) |
Sets the value of the MetricsConfiguration property for this object.
|
CreateSystemInstanceRequest.Builder |
CreateSystemInstanceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateSystemInstanceRequest.Builder |
CreateSystemInstanceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateSystemInstanceRequest.Builder |
CreateSystemInstanceRequest.Builder.s3BucketName(String s3BucketName) |
The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system
instance's resource file.
|
CreateSystemInstanceRequest.Builder |
CreateSystemInstanceRequest.Builder.tags(Collection<Tag> tags) |
Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
|
CreateSystemInstanceRequest.Builder |
CreateSystemInstanceRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
|
CreateSystemInstanceRequest.Builder |
CreateSystemInstanceRequest.Builder.tags(Tag... tags) |
Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
|
CreateSystemInstanceRequest.Builder |
CreateSystemInstanceRequest.Builder.target(String target) |
The target type of the deployment.
|
CreateSystemInstanceRequest.Builder |
CreateSystemInstanceRequest.Builder.target(DeploymentTarget target) |
The target type of the deployment.
|
CreateSystemInstanceRequest.Builder |
CreateSystemInstanceRequest.toBuilder() |
|