static BatchCreateWorkloadEstimateUsageResponse.Builder |
BatchCreateWorkloadEstimateUsageResponse.builder() |
|
BatchCreateWorkloadEstimateUsageResponse.Builder |
BatchCreateWorkloadEstimateUsageResponse.Builder.errors(Collection<BatchCreateWorkloadEstimateUsageError> errors) |
Returns the list of errors reason and the usage item keys that cannot be created in the Workload estimate.
|
BatchCreateWorkloadEstimateUsageResponse.Builder |
BatchCreateWorkloadEstimateUsageResponse.Builder.errors(Consumer<BatchCreateWorkloadEstimateUsageError.Builder>... errors) |
Returns the list of errors reason and the usage item keys that cannot be created in the Workload estimate.
|
BatchCreateWorkloadEstimateUsageResponse.Builder |
BatchCreateWorkloadEstimateUsageResponse.Builder.errors(BatchCreateWorkloadEstimateUsageError... errors) |
Returns the list of errors reason and the usage item keys that cannot be created in the Workload estimate.
|
BatchCreateWorkloadEstimateUsageResponse.Builder |
BatchCreateWorkloadEstimateUsageResponse.Builder.items(Collection<BatchCreateWorkloadEstimateUsageItem> items) |
Returns the list of successful usage line items that were created for the Workload estimate.
|
BatchCreateWorkloadEstimateUsageResponse.Builder |
BatchCreateWorkloadEstimateUsageResponse.Builder.items(Consumer<BatchCreateWorkloadEstimateUsageItem.Builder>... items) |
Returns the list of successful usage line items that were created for the Workload estimate.
|
BatchCreateWorkloadEstimateUsageResponse.Builder |
BatchCreateWorkloadEstimateUsageResponse.Builder.items(BatchCreateWorkloadEstimateUsageItem... items) |
Returns the list of successful usage line items that were created for the Workload estimate.
|
BatchCreateWorkloadEstimateUsageResponse.Builder |
BatchCreateWorkloadEstimateUsageResponse.toBuilder() |
|