public static interface GetBulkDeploymentStatusResponse.Builder extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<GetBulkDeploymentStatusResponse.Builder,GetBulkDeploymentStatusResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBulkDeploymentStatusResponse.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.BuilderbulkDeploymentMetrics(BulkDeploymentMetrics)GetBulkDeploymentStatusResponse.Builder bulkDeploymentStatus(String bulkDeploymentStatus)
bulkDeploymentStatus - The status of the bulk deployment.BulkDeploymentStatus,
BulkDeploymentStatusGetBulkDeploymentStatusResponse.Builder bulkDeploymentStatus(BulkDeploymentStatus bulkDeploymentStatus)
bulkDeploymentStatus - The status of the bulk deployment.BulkDeploymentStatus,
BulkDeploymentStatusGetBulkDeploymentStatusResponse.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)
ErrorDetail.Builder avoiding the need to create one
manually via ErrorDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #errorDetails(List.
errorDetails - a consumer that will call methods on
ErrorDetail.Builder#errorDetails(java.util.Collection) GetBulkDeploymentStatusResponse.Builder errorMessage(String errorMessage)
errorMessage - Error messageGetBulkDeploymentStatusResponse.Builder tags(Map<String,String> tags)
tags - Tag(s) attached to the resource arn.Copyright © 2023. All rights reserved.