| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
static GetBulkDeploymentStatusResponse.Builder |
GetBulkDeploymentStatusResponse.builder() |
GetBulkDeploymentStatusResponse.Builder |
GetBulkDeploymentStatusResponse.Builder.bulkDeploymentMetrics(BulkDeploymentMetrics bulkDeploymentMetrics)
Relevant metrics on input records processed during bulk deployment.
|
default GetBulkDeploymentStatusResponse.Builder |
GetBulkDeploymentStatusResponse.Builder.bulkDeploymentMetrics(Consumer<BulkDeploymentMetrics.Builder> bulkDeploymentMetrics)
Relevant metrics on input records processed during bulk deployment.
|
GetBulkDeploymentStatusResponse.Builder |
GetBulkDeploymentStatusResponse.Builder.bulkDeploymentStatus(BulkDeploymentStatus bulkDeploymentStatus)
The status of the bulk deployment.
|
GetBulkDeploymentStatusResponse.Builder |
GetBulkDeploymentStatusResponse.Builder.bulkDeploymentStatus(String bulkDeploymentStatus)
The status of the bulk deployment.
|
GetBulkDeploymentStatusResponse.Builder |
GetBulkDeploymentStatusResponse.Builder.createdAt(String createdAt)
The time, in ISO format, when the deployment was created.
|
GetBulkDeploymentStatusResponse.Builder |
GetBulkDeploymentStatusResponse.Builder.errorDetails(Collection<ErrorDetail> errorDetails)
Error details
|
GetBulkDeploymentStatusResponse.Builder |
GetBulkDeploymentStatusResponse.Builder.errorDetails(Consumer<ErrorDetail.Builder>... errorDetails)
Error details This is a convenience that creates an instance of the
List
avoiding the need to create one manually via List. |
GetBulkDeploymentStatusResponse.Builder |
GetBulkDeploymentStatusResponse.Builder.errorDetails(ErrorDetail... errorDetails)
Error details
|
GetBulkDeploymentStatusResponse.Builder |
GetBulkDeploymentStatusResponse.Builder.errorMessage(String errorMessage)
Error message
|
GetBulkDeploymentStatusResponse.Builder |
GetBulkDeploymentStatusResponse.Builder.tags(Map<String,String> tags)
Tag(s) attached to the resource arn.
|
GetBulkDeploymentStatusResponse.Builder |
GetBulkDeploymentStatusResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBulkDeploymentStatusResponse.Builder> |
GetBulkDeploymentStatusResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.