Interface StartBulkDeploymentRequest.Builder

    • Method Detail

      • amznClientToken

        StartBulkDeploymentRequest.Builder amznClientToken​(String amznClientToken)
        A client token used to correlate requests and responses.
        Parameters:
        amznClientToken - A client token used to correlate requests and responses.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executionRoleArn

        StartBulkDeploymentRequest.Builder executionRoleArn​(String executionRoleArn)
        The ARN of the execution role to associate with the bulk deployment operation. This IAM role must allow the ''greengrass:CreateDeployment'' action for all group versions that are listed in the input file. This IAM role must have access to the S3 bucket containing the input file.
        Parameters:
        executionRoleArn - The ARN of the execution role to associate with the bulk deployment operation. This IAM role must allow the ''greengrass:CreateDeployment'' action for all group versions that are listed in the input file. This IAM role must have access to the S3 bucket containing the input file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputFileUri

        StartBulkDeploymentRequest.Builder inputFileUri​(String inputFileUri)
        The URI of the input file contained in the S3 bucket. The execution role must have ''getObject'' permissions on this bucket to access the input file. The input file is a JSON-serialized, line delimited file with UTF-8 encoding that provides a list of group and version IDs and the deployment type. This file must be less than 100 MB. Currently, AWS IoT Greengrass supports only ''NewDeployment'' deployment types.
        Parameters:
        inputFileUri - The URI of the input file contained in the S3 bucket. The execution role must have ''getObject'' permissions on this bucket to access the input file. The input file is a JSON-serialized, line delimited file with UTF-8 encoding that provides a list of group and version IDs and the deployment type. This file must be less than 100 MB. Currently, AWS IoT Greengrass supports only ''NewDeployment'' deployment types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        StartBulkDeploymentRequest.Builder tags​(Map<String,​String> tags)
        Tag(s) to add to the new resource.
        Parameters:
        tags - Tag(s) to add to the new resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.