Interface UpdateTieringInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateTieringInput.Builder,,UpdateTieringInput> SdkBuilder<UpdateTieringInput.Builder,,UpdateTieringInput> SdkPojo
- Enclosing class:
UpdateTieringInput
@Mutable
@NotThreadSafe
public static interface UpdateTieringInput.Builder
extends SdkPojo, CopyableBuilder<UpdateTieringInput.Builder,UpdateTieringInput>
-
Method Summary
Modifier and TypeMethodDescriptioncustomTiers(Collection<CustomTier> customTiers) The set of custom tiers for the pricing rule.customTiers(Consumer<CustomTier.Builder>... customTiers) The set of custom tiers for the pricing rule.customTiers(CustomTier... customTiers) The set of custom tiers for the pricing rule.default UpdateTieringInput.BuilderfreeTier(Consumer<UpdateFreeTierConfig.Builder> freeTier) The possible Amazon Web Services Free Tier configurations.freeTier(UpdateFreeTierConfig freeTier) The possible Amazon Web Services Free Tier configurations.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
freeTier
The possible Amazon Web Services Free Tier configurations.
- Parameters:
freeTier- The possible Amazon Web Services Free Tier configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
freeTier
The possible Amazon Web Services Free Tier configurations.
This is a convenience method that creates an instance of theUpdateFreeTierConfig.Builderavoiding the need to create one manually viaUpdateFreeTierConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofreeTier(UpdateFreeTierConfig).- Parameters:
freeTier- a consumer that will call methods onUpdateFreeTierConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
customTiers
The set of custom tiers for the pricing rule.
- Parameters:
customTiers- The set of custom tiers for the pricing rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customTiers
The set of custom tiers for the pricing rule.
- Parameters:
customTiers- The set of custom tiers for the pricing rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customTiers
The set of custom tiers for the pricing rule.
This is a convenience method that creates an instance of theCustomTier.Builderavoiding the need to create one manually viaCustomTier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustomTiers(List<CustomTier>).- Parameters:
customTiers- a consumer that will call methods onCustomTier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-