Class CfnServiceLevelObjective.BurnRateConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.applicationsignals.CfnServiceLevelObjective.BurnRateConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnServiceLevelObjective.BurnRateConfigurationProperty>
- Enclosing interface:
CfnServiceLevelObjective.BurnRateConfigurationProperty
@Stability(Stable)
public static final class CfnServiceLevelObjective.BurnRateConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnServiceLevelObjective.BurnRateConfigurationProperty>
A builder for
CfnServiceLevelObjective.BurnRateConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.lookBackWindowMinutes(Number lookBackWindowMinutes)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
lookBackWindowMinutes
@Stability(Stable) public CfnServiceLevelObjective.BurnRateConfigurationProperty.Builder lookBackWindowMinutes(Number lookBackWindowMinutes) - Parameters:
lookBackWindowMinutes- The number of minutes to use as the look-back window. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnServiceLevelObjective.BurnRateConfigurationProperty>- Returns:
- a new instance of
CfnServiceLevelObjective.BurnRateConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-