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