Interface CreateSystemInstanceRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateSystemInstanceRequest.Builder,,- CreateSystemInstanceRequest> - IoTThingsGraphRequest.Builder,- SdkBuilder<CreateSystemInstanceRequest.Builder,,- CreateSystemInstanceRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateSystemInstanceRequest
- 
Method SummaryModifier and TypeMethodDescriptiondefinition(Consumer<DefinitionDocument.Builder> definition) Sets the value of the Definition property for this object.definition(DefinitionDocument definition) Sets the value of the Definition property for this object.flowActionsRoleArn(String flowActionsRoleArn) The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow.greengrassGroupName(String greengrassGroupName) The name of the Greengrass group where the system instance will be deployed.metricsConfiguration(Consumer<MetricsConfiguration.Builder> metricsConfiguration) Sets the value of the MetricsConfiguration property for this object.metricsConfiguration(MetricsConfiguration metricsConfiguration) Sets the value of the MetricsConfiguration property for this object.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.tags(Collection<Tag> tags) Metadata, consisting of key-value pairs, that can be used to categorize your system instances.tags(Consumer<Tag.Builder>... tags) Metadata, consisting of key-value pairs, that can be used to categorize your system instances.Metadata, consisting of key-value pairs, that can be used to categorize your system instances.The target type of the deployment.target(DeploymentTarget target) The target type of the deployment.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iotthingsgraph.model.IoTThingsGraphRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
tagsMetadata, consisting of key-value pairs, that can be used to categorize your system instances. - Parameters:
- tags- Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsMetadata, consisting of key-value pairs, that can be used to categorize your system instances. - Parameters:
- tags- Metadata, consisting of key-value pairs, that can be used to categorize your system instances.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsMetadata, consisting of key-value pairs, that can be used to categorize your system instances. This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
- tags- a consumer that will call methods on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
definitionSets the value of the Definition property for this object.- Parameters:
- definition- The new value for the Definition property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
definitiondefault CreateSystemInstanceRequest.Builder definition(Consumer<DefinitionDocument.Builder> definition) Sets the value of the Definition property for this object. This is a convenience method that creates an instance of theDefinitionDocument.Builderavoiding the need to create one manually viaDefinitionDocument.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todefinition(DefinitionDocument).- Parameters:
- definition- a consumer that will call methods on- DefinitionDocument.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
targetThe target type of the deployment. Valid values are GREENGRASSandCLOUD.- Parameters:
- target- The target type of the deployment. Valid values are- GREENGRASSand- CLOUD.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
targetThe target type of the deployment. Valid values are GREENGRASSandCLOUD.- Parameters:
- target- The target type of the deployment. Valid values are- GREENGRASSand- CLOUD.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
greengrassGroupNameThe name of the Greengrass group where the system instance will be deployed. This value is required if the value of the targetparameter isGREENGRASS.- Parameters:
- greengrassGroupName- The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the- targetparameter is- GREENGRASS.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
s3BucketNameThe name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the targetparameter isGREENGRASS.- Parameters:
- s3BucketName- The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the- targetparameter is- GREENGRASS.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
metricsConfigurationSets the value of the MetricsConfiguration property for this object.- Parameters:
- metricsConfiguration- The new value for the MetricsConfiguration property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
metricsConfigurationdefault CreateSystemInstanceRequest.Builder metricsConfiguration(Consumer<MetricsConfiguration.Builder> metricsConfiguration) Sets the value of the MetricsConfiguration property for this object. This is a convenience method that creates an instance of theMetricsConfiguration.Builderavoiding the need to create one manually viaMetricsConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tometricsConfiguration(MetricsConfiguration).- Parameters:
- metricsConfiguration- a consumer that will call methods on- MetricsConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
flowActionsRoleArnThe ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the targetparameter isCLOUD.- Parameters:
- flowActionsRoleArn- The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the- targetparameter is- CLOUD.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationCreateSystemInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateSystemInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-