Interface CreateSystemInstanceRequest.Builder

    • Method Detail

      • tags

        CreateSystemInstanceRequest.Builder tags​(Collection<Tag> tags)

        Metadata, 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.
      • tags

        CreateSystemInstanceRequest.Builder tags​(Tag... tags)

        Metadata, 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.
      • tags

        CreateSystemInstanceRequest.Builder tags​(Consumer<Tag.Builder>... tags)

        Metadata, consisting of key-value pairs, that can be used to categorize your system instances.

        This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #tags(List).

        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:
        #tags(java.util.Collection)
      • definition

        CreateSystemInstanceRequest.Builder definition​(DefinitionDocument definition)
        Sets 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.
      • target

        CreateSystemInstanceRequest.Builder target​(String target)

        The target type of the deployment. Valid values are GREENGRASS and CLOUD.

        Parameters:
        target - The target type of the deployment. Valid values are GREENGRASS and CLOUD.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeploymentTarget, DeploymentTarget
      • greengrassGroupName

        CreateSystemInstanceRequest.Builder greengrassGroupName​(String greengrassGroupName)

        The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.

        Parameters:
        greengrassGroupName - The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3BucketName

        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. This value is required if the value of the target parameter is GREENGRASS.

        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 target parameter is GREENGRASS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metricsConfiguration

        CreateSystemInstanceRequest.Builder metricsConfiguration​(MetricsConfiguration metricsConfiguration)
        Sets 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.
      • flowActionsRoleArn

        CreateSystemInstanceRequest.Builder flowActionsRoleArn​(String 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 target parameter is CLOUD.

        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 target parameter is CLOUD.
        Returns:
        Returns a reference to this object so that method calls can be chained together.