Interface UpdateComponentRequest.Builder
-
- All Superinterfaces:
ApplicationInsightsRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateComponentRequest.Builder,UpdateComponentRequest>,SdkBuilder<UpdateComponentRequest.Builder,UpdateComponentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateComponentRequest
public static interface UpdateComponentRequest.Builder extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<UpdateComponentRequest.Builder,UpdateComponentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateComponentRequest.BuildercomponentName(String componentName)The name of the component.UpdateComponentRequest.BuildernewComponentName(String newComponentName)The new name of the component.UpdateComponentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateComponentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateComponentRequest.BuilderresourceGroupName(String resourceGroupName)The name of the resource group.UpdateComponentRequest.BuilderresourceList(String... resourceList)The list of resource ARNs that belong to the component.UpdateComponentRequest.BuilderresourceList(Collection<String> resourceList)The list of resource ARNs that belong to the component.-
Methods inherited from interface software.amazon.awssdk.services.applicationinsights.model.ApplicationInsightsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
resourceGroupName
UpdateComponentRequest.Builder resourceGroupName(String 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
UpdateComponentRequest.Builder componentName(String 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.
-
newComponentName
UpdateComponentRequest.Builder newComponentName(String newComponentName)
The new name of the component.
- Parameters:
newComponentName- The new name of the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceList
UpdateComponentRequest.Builder resourceList(Collection<String> resourceList)
The list of resource ARNs that belong to the component.
- Parameters:
resourceList- The list of resource ARNs that belong to the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceList
UpdateComponentRequest.Builder resourceList(String... resourceList)
The list of resource ARNs that belong to the component.
- Parameters:
resourceList- The list of resource ARNs that belong to the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateComponentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateComponentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-