public static interface StartBulkDeploymentRequest.Builder extends GreengrassRequest.Builder, SdkPojo, CopyableBuilder<StartBulkDeploymentRequest.Builder,StartBulkDeploymentRequest>
| Modifier and Type | Method and Description |
|---|---|
StartBulkDeploymentRequest.Builder |
amznClientToken(String amznClientToken)
A client token used to correlate requests and responses.
|
StartBulkDeploymentRequest.Builder |
executionRoleArn(String executionRoleArn)
The ARN of the execution role to associate with the bulk deployment operation.
|
StartBulkDeploymentRequest.Builder |
inputFileUri(String inputFileUri)
The URI of the input file contained in the S3 bucket.
|
StartBulkDeploymentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
StartBulkDeploymentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildStartBulkDeploymentRequest.Builder amznClientToken(String amznClientToken)
amznClientToken - A client token used to correlate requests and responses.StartBulkDeploymentRequest.Builder executionRoleArn(String executionRoleArn)
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.StartBulkDeploymentRequest.Builder inputFileUri(String inputFileUri)
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.StartBulkDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.StartBulkDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.