Interface UpdateComponentConfigurationRequest.Builder
- All Superinterfaces:
ApplicationInsightsRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateComponentConfigurationRequest.Builder,
,UpdateComponentConfigurationRequest> SdkBuilder<UpdateComponentConfigurationRequest.Builder,
,UpdateComponentConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateComponentConfigurationRequest
public static interface UpdateComponentConfigurationRequest.Builder
extends ApplicationInsightsRequest.Builder, SdkPojo, CopyableBuilder<UpdateComponentConfigurationRequest.Builder,UpdateComponentConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionautoConfigEnabled
(Boolean autoConfigEnabled) Automatically configures the component by applying the recommended configurations.componentConfiguration
(String componentConfiguration) The configuration settings of the component.componentName
(String componentName) The name of the component.Indicates whether the application component is monitored.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceGroupName
(String resourceGroupName) The name of the resource group.The tier of the application component.The tier of the application 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 Details
-
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
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.
-
monitor
Indicates whether the application component is monitored.
- Parameters:
monitor
- Indicates whether the application component is monitored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tier
The tier of the application component.
- Parameters:
tier
- The tier of the application component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tier
The tier of the application component.
- Parameters:
tier
- The tier of the application component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
componentConfiguration
The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to
DescribeComponentConfigurationRecommendation
to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.- Parameters:
componentConfiguration
- The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request toDescribeComponentConfigurationRecommendation
to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoConfigEnabled
Automatically configures the component by applying the recommended configurations.
- Parameters:
autoConfigEnabled
- Automatically configures the component by applying the recommended configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateComponentConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateComponentConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-