public static interface UpdateWorkloadResponse.Builder extends ApplicationInsightsResponse.Builder, SdkPojo, CopyableBuilder<UpdateWorkloadResponse.Builder,UpdateWorkloadResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateWorkloadResponse.Builder |
workloadConfiguration(Consumer<WorkloadConfiguration.Builder> workloadConfiguration)
The configuration settings of the workload.
|
UpdateWorkloadResponse.Builder |
workloadConfiguration(WorkloadConfiguration workloadConfiguration)
The configuration settings of the workload.
|
UpdateWorkloadResponse.Builder |
workloadId(String workloadId)
The ID of the workload.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWorkloadResponse.Builder workloadId(String workloadId)
The ID of the workload.
workloadId - The ID of the workload.UpdateWorkloadResponse.Builder workloadConfiguration(WorkloadConfiguration workloadConfiguration)
The configuration settings of the workload. The value is the escaped JSON of the configuration.
workloadConfiguration - The configuration settings of the workload. The value is the escaped JSON of the configuration.default UpdateWorkloadResponse.Builder workloadConfiguration(Consumer<WorkloadConfiguration.Builder> workloadConfiguration)
The configuration settings of the workload. The value is the escaped JSON of the configuration.
This is a convenience method that creates an instance of theWorkloadConfiguration.Builder avoiding
the need to create one manually via WorkloadConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to workloadConfiguration(WorkloadConfiguration).
workloadConfiguration - a consumer that will call methods on WorkloadConfiguration.BuilderworkloadConfiguration(WorkloadConfiguration)Copyright © 2023. All rights reserved.