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