public static interface BulkDeploymentMetrics.Builder extends SdkPojo, CopyableBuilder<BulkDeploymentMetrics.Builder,BulkDeploymentMetrics>
Modifier and Type | Method and Description |
---|---|
BulkDeploymentMetrics.Builder |
invalidInputRecords(Integer invalidInputRecords)
The total number of records that returned a non-retryable error.
|
BulkDeploymentMetrics.Builder |
recordsProcessed(Integer recordsProcessed)
The total number of group records from the input file that have been processed so far, or attempted.
|
BulkDeploymentMetrics.Builder |
retryAttempts(Integer retryAttempts)
The total number of deployment attempts that returned a retryable error.
|
copy
applyMutation, build
BulkDeploymentMetrics.Builder invalidInputRecords(Integer invalidInputRecords)
invalidInputRecords
- The total number of records that returned a non-retryable error. For example, this can occur if a
group record from the input file uses an invalid format or specifies a nonexistent group version, or
if the execution role doesn't grant permission to deploy a group or group version.BulkDeploymentMetrics.Builder recordsProcessed(Integer recordsProcessed)
recordsProcessed
- The total number of group records from the input file that have been processed so far, or attempted.BulkDeploymentMetrics.Builder retryAttempts(Integer retryAttempts)
retryAttempts
- The total number of deployment attempts that returned a retryable error. For example, a retry is
triggered if the attempt to deploy a group returns a throttling error. ''StartBulkDeployment'' retries
a group deployment up to five times.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.