Interface RemoveWorkloadRequest.Builder
- All Superinterfaces:
 ApplicationInsightsRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<RemoveWorkloadRequest.Builder,,RemoveWorkloadRequest> SdkBuilder<RemoveWorkloadRequest.Builder,,RemoveWorkloadRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 RemoveWorkloadRequest
public static interface RemoveWorkloadRequest.Builder
extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<RemoveWorkloadRequest.Builder,RemoveWorkloadRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptioncomponentName(String componentName) The name of the component.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceGroupName(String resourceGroupName) The name of the resource group.workloadId(String workloadId) The ID of the workload.Methods inherited from interface software.amazon.awssdk.services.applicationinsights.model.ApplicationInsightsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
resourceGroupName
The name of the resource group.
- Parameters:
 resourceGroupName- The name of the resource group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
componentName
The name of the component.
- Parameters:
 componentName- The name of the component.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
workloadId
The ID of the workload.
- Parameters:
 workloadId- The ID of the workload.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
RemoveWorkloadRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
RemoveWorkloadRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -