Interface DescribeComponentConfigurationRecommendationResponse.Builder
-
- All Superinterfaces:
ApplicationInsightsResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<DescribeComponentConfigurationRecommendationResponse.Builder,DescribeComponentConfigurationRecommendationResponse>,SdkBuilder<DescribeComponentConfigurationRecommendationResponse.Builder,DescribeComponentConfigurationRecommendationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeComponentConfigurationRecommendationResponse
public static interface DescribeComponentConfigurationRecommendationResponse.Builder extends ApplicationInsightsResponse.Builder, SdkPojo, CopyableBuilder<DescribeComponentConfigurationRecommendationResponse.Builder,DescribeComponentConfigurationRecommendationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeComponentConfigurationRecommendationResponse.BuildercomponentConfiguration(String componentConfiguration)The recommended configuration settings of the component.-
Methods inherited from interface software.amazon.awssdk.services.applicationinsights.model.ApplicationInsightsResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
componentConfiguration
DescribeComponentConfigurationRecommendationResponse.Builder componentConfiguration(String componentConfiguration)
The recommended configuration settings of the component. The value is the escaped JSON of the configuration.
- Parameters:
componentConfiguration- The recommended configuration settings of the component. The value is the escaped JSON of the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-