public static interface UpdateComponentRequest.Builder extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<UpdateComponentRequest.Builder,UpdateComponentRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateComponentRequest.Builder |
componentName(String componentName)
The name of the component.
|
UpdateComponentRequest.Builder |
newComponentName(String newComponentName)
The new name of the component.
|
UpdateComponentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateComponentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateComponentRequest.Builder |
resourceGroupName(String resourceGroupName)
The name of the resource group.
|
UpdateComponentRequest.Builder |
resourceList(Collection<String> resourceList)
The list of resource ARNs that belong to the component.
|
UpdateComponentRequest.Builder |
resourceList(String... resourceList)
The list of resource ARNs that belong to the component.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateComponentRequest.Builder resourceGroupName(String resourceGroupName)
The name of the resource group.
resourceGroupName - The name of the resource group.UpdateComponentRequest.Builder componentName(String componentName)
The name of the component.
componentName - The name of the component.UpdateComponentRequest.Builder newComponentName(String newComponentName)
The new name of the component.
newComponentName - The new name of the component.UpdateComponentRequest.Builder resourceList(Collection<String> resourceList)
The list of resource ARNs that belong to the component.
resourceList - The list of resource ARNs that belong to the component.UpdateComponentRequest.Builder resourceList(String... resourceList)
The list of resource ARNs that belong to the component.
resourceList - The list of resource ARNs that belong to the component.UpdateComponentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateComponentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.