public static interface GetBulkDeploymentStatusResponse.Builder extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<GetBulkDeploymentStatusResponse.Builder,GetBulkDeploymentStatusResponse>
Modifier and Type | Method and Description |
---|---|
GetBulkDeploymentStatusResponse.Builder |
bulkDeploymentMetrics(BulkDeploymentMetrics bulkDeploymentMetrics)
Relevant metrics on input records processed during bulk deployment.
|
default GetBulkDeploymentStatusResponse.Builder |
bulkDeploymentMetrics(Consumer<BulkDeploymentMetrics.Builder> bulkDeploymentMetrics)
Relevant metrics on input records processed during bulk deployment.
|
GetBulkDeploymentStatusResponse.Builder |
bulkDeploymentStatus(BulkDeploymentStatus bulkDeploymentStatus)
The status of the bulk deployment.
|
GetBulkDeploymentStatusResponse.Builder |
bulkDeploymentStatus(String bulkDeploymentStatus)
The status of the bulk deployment.
|
GetBulkDeploymentStatusResponse.Builder |
createdAt(String createdAt)
The time, in ISO format, when the deployment was created.
|
GetBulkDeploymentStatusResponse.Builder |
errorDetails(Collection<ErrorDetail> errorDetails)
Error details
|
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 |
errorDetails(ErrorDetail... errorDetails)
Error details
|
GetBulkDeploymentStatusResponse.Builder |
errorMessage(String errorMessage)
Error message
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetBulkDeploymentStatusResponse.Builder bulkDeploymentMetrics(BulkDeploymentMetrics bulkDeploymentMetrics)
bulkDeploymentMetrics
- Relevant metrics on input records processed during bulk deployment.default GetBulkDeploymentStatusResponse.Builder bulkDeploymentMetrics(Consumer<BulkDeploymentMetrics.Builder> bulkDeploymentMetrics)
BulkDeploymentMetrics.Builder
avoiding the need to create one manually via
BulkDeploymentMetrics.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to bulkDeploymentMetrics(BulkDeploymentMetrics)
.bulkDeploymentMetrics
- a consumer that will call methods on BulkDeploymentMetrics.Builder
bulkDeploymentMetrics(BulkDeploymentMetrics)
GetBulkDeploymentStatusResponse.Builder bulkDeploymentStatus(String bulkDeploymentStatus)
bulkDeploymentStatus
- The status of the bulk deployment.BulkDeploymentStatus
,
BulkDeploymentStatus
GetBulkDeploymentStatusResponse.Builder bulkDeploymentStatus(BulkDeploymentStatus bulkDeploymentStatus)
bulkDeploymentStatus
- The status of the bulk deployment.BulkDeploymentStatus
,
BulkDeploymentStatus
GetBulkDeploymentStatusResponse.Builder createdAt(String createdAt)
createdAt
- The time, in ISO format, when the deployment was created.GetBulkDeploymentStatusResponse.Builder errorDetails(Collection<ErrorDetail> errorDetails)
errorDetails
- Error detailsGetBulkDeploymentStatusResponse.Builder errorDetails(ErrorDetail... errorDetails)
errorDetails
- Error detailsGetBulkDeploymentStatusResponse.Builder errorDetails(Consumer<ErrorDetail.Builder>... errorDetails)
List.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #errorDetails(List)
.errorDetails
- a consumer that will call methods on List.Builder
#errorDetails(List)
GetBulkDeploymentStatusResponse.Builder errorMessage(String errorMessage)
errorMessage
- Error messageCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.