Interface CreateComponentRequest.Builder
-
- All Superinterfaces:
ApplicationInsightsRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateComponentRequest.Builder,CreateComponentRequest>,SdkBuilder<CreateComponentRequest.Builder,CreateComponentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateComponentRequest
public static interface CreateComponentRequest.Builder extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<CreateComponentRequest.Builder,CreateComponentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateComponentRequest.BuildercomponentName(String componentName)The name of the component.CreateComponentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateComponentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateComponentRequest.BuilderresourceGroupName(String resourceGroupName)The name of the resource group.CreateComponentRequest.BuilderresourceList(String... resourceList)The list of resource ARNs that belong to the component.CreateComponentRequest.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
CreateComponentRequest.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
CreateComponentRequest.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.
-
resourceList
CreateComponentRequest.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
CreateComponentRequest.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
CreateComponentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateComponentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-