Class CfnServiceLevelObjectivePropsMixin.BurnRateConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.applicationsignals.CfnServiceLevelObjectivePropsMixin.BurnRateConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnServiceLevelObjectivePropsMixin.BurnRateConfigurationProperty>
- Enclosing interface:
CfnServiceLevelObjectivePropsMixin.BurnRateConfigurationProperty
@Stability(Stable)
public static final class CfnServiceLevelObjectivePropsMixin.BurnRateConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnServiceLevelObjectivePropsMixin.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 CfnServiceLevelObjectivePropsMixin.BurnRateConfigurationProperty.Builder lookBackWindowMinutes(Number lookBackWindowMinutes) Sets the value ofCfnServiceLevelObjectivePropsMixin.BurnRateConfigurationProperty.getLookBackWindowMinutes()- Parameters:
lookBackWindowMinutes- The number of minutes to use as the look-back window.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnServiceLevelObjectivePropsMixin.BurnRateConfigurationProperty>- Returns:
- a new instance of
CfnServiceLevelObjectivePropsMixin.BurnRateConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-