Interface DescribeComponentConfigurationResponse.Builder
-
- All Superinterfaces:
ApplicationInsightsResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<DescribeComponentConfigurationResponse.Builder,DescribeComponentConfigurationResponse>,SdkBuilder<DescribeComponentConfigurationResponse.Builder,DescribeComponentConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeComponentConfigurationResponse
public static interface DescribeComponentConfigurationResponse.Builder extends ApplicationInsightsResponse.Builder, SdkPojo, CopyableBuilder<DescribeComponentConfigurationResponse.Builder,DescribeComponentConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeComponentConfigurationResponse.BuildercomponentConfiguration(String componentConfiguration)The configuration settings of the component.DescribeComponentConfigurationResponse.Buildermonitor(Boolean monitor)Indicates whether the application component is monitored.DescribeComponentConfigurationResponse.Buildertier(String tier)The tier of the application component.DescribeComponentConfigurationResponse.Buildertier(Tier tier)The tier of the application 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
-
monitor
DescribeComponentConfigurationResponse.Builder monitor(Boolean 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
DescribeComponentConfigurationResponse.Builder tier(String tier)
The tier of the application component. Supported tiers include
DOT_NET_CORE,DOT_NET_WORKER,DOT_NET_WEB,SQL_SERVER, andDEFAULT
-
tier
DescribeComponentConfigurationResponse.Builder tier(Tier tier)
The tier of the application component. Supported tiers include
DOT_NET_CORE,DOT_NET_WORKER,DOT_NET_WEB,SQL_SERVER, andDEFAULT
-
componentConfiguration
DescribeComponentConfigurationResponse.Builder componentConfiguration(String componentConfiguration)
The configuration settings of the component. The value is the escaped JSON of the configuration.
- Parameters:
componentConfiguration- The 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.
-
-