public static interface DescribeWorkloadResponse.Builder extends ApplicationInsightsResponse.Builder, SdkPojo, CopyableBuilder<DescribeWorkloadResponse.Builder,DescribeWorkloadResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeWorkloadResponse.Builder |
workloadConfiguration(Consumer<WorkloadConfiguration.Builder> workloadConfiguration)
The configuration settings of the workload.
|
DescribeWorkloadResponse.Builder |
workloadConfiguration(WorkloadConfiguration workloadConfiguration)
The configuration settings of the workload.
|
DescribeWorkloadResponse.Builder |
workloadId(String workloadId)
The ID of the workload.
|
DescribeWorkloadResponse.Builder |
workloadRemarks(String workloadRemarks)
If logging is supported for the resource type, shows whether the component has configured logs to be
monitored.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeWorkloadResponse.Builder workloadId(String workloadId)
The ID of the workload.
workloadId - The ID of the workload.DescribeWorkloadResponse.Builder workloadRemarks(String workloadRemarks)
If logging is supported for the resource type, shows whether the component has configured logs to be monitored.
workloadRemarks - If logging is supported for the resource type, shows whether the component has configured logs to be
monitored.DescribeWorkloadResponse.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 DescribeWorkloadResponse.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.