public static interface UpdateWorkloadRequest.Builder extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkloadRequest.Builder,UpdateWorkloadRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkloadRequest.Builder |
componentName(String componentName)
The name of the component.
|
UpdateWorkloadRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateWorkloadRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateWorkloadRequest.Builder |
resourceGroupName(String resourceGroupName)
The name of the resource group.
|
default UpdateWorkloadRequest.Builder |
workloadConfiguration(Consumer<WorkloadConfiguration.Builder> workloadConfiguration)
The configuration settings of the workload.
|
UpdateWorkloadRequest.Builder |
workloadConfiguration(WorkloadConfiguration workloadConfiguration)
The configuration settings of the workload.
|
UpdateWorkloadRequest.Builder |
workloadId(String workloadId)
The ID of the workload.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWorkloadRequest.Builder resourceGroupName(String resourceGroupName)
The name of the resource group.
resourceGroupName - The name of the resource group.UpdateWorkloadRequest.Builder componentName(String componentName)
The name of the component.
componentName - The name of the component.UpdateWorkloadRequest.Builder workloadId(String workloadId)
The ID of the workload.
workloadId - The ID of the workload.UpdateWorkloadRequest.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 UpdateWorkloadRequest.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)UpdateWorkloadRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateWorkloadRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.