Interface BurnRateConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BurnRateConfiguration.Builder,
,BurnRateConfiguration> SdkBuilder<BurnRateConfiguration.Builder,
,BurnRateConfiguration> SdkPojo
- Enclosing class:
BurnRateConfiguration
@Mutable
@NotThreadSafe
public static interface BurnRateConfiguration.Builder
extends SdkPojo, CopyableBuilder<BurnRateConfiguration.Builder,BurnRateConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionlookBackWindowMinutes
(Integer lookBackWindowMinutes) The number of minutes to use as the look-back window.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, sdkFieldNameToField, sdkFields
-
Method Details
-
lookBackWindowMinutes
The number of minutes to use as the look-back window.
- Parameters:
lookBackWindowMinutes
- The number of minutes to use as the look-back window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-