Interface DescribeComponentRequest.Builder
-
- All Superinterfaces:
ApplicationInsightsRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DescribeComponentRequest.Builder,DescribeComponentRequest>,SdkBuilder<DescribeComponentRequest.Builder,DescribeComponentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeComponentRequest
public static interface DescribeComponentRequest.Builder extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<DescribeComponentRequest.Builder,DescribeComponentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeComponentRequest.BuilderaccountId(String accountId)The AWS account ID for the resource group owner.DescribeComponentRequest.BuildercomponentName(String componentName)The name of the component.DescribeComponentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeComponentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeComponentRequest.BuilderresourceGroupName(String resourceGroupName)The name of the resource group.-
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
DescribeComponentRequest.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
DescribeComponentRequest.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.
-
accountId
DescribeComponentRequest.Builder accountId(String accountId)
The AWS account ID for the resource group owner.
- Parameters:
accountId- The AWS account ID for the resource group owner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeComponentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeComponentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-