Interface BundleInformation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BundleInformation.Builder,BundleInformation>,SdkBuilder<BundleInformation.Builder,BundleInformation>,SdkPojo
- Enclosing class:
- BundleInformation
public static interface BundleInformation.Builder extends SdkPojo, CopyableBuilder<BundleInformation.Builder,BundleInformation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BundleInformation.BuilderbundleNames(String... bundleNames)The bundle names.BundleInformation.BuilderbundleNames(Collection<String> bundleNames)The bundle names.BundleInformation.BuilderpricingTier(String pricingTier)The pricing tier.BundleInformation.BuilderpricingTier(PricingTier pricingTier)The pricing tier.-
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 Detail
-
bundleNames
BundleInformation.Builder bundleNames(Collection<String> bundleNames)
The bundle names.
- Parameters:
bundleNames- The bundle names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bundleNames
BundleInformation.Builder bundleNames(String... bundleNames)
The bundle names.
- Parameters:
bundleNames- The bundle names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pricingTier
BundleInformation.Builder pricingTier(String pricingTier)
The pricing tier.
- Parameters:
pricingTier- The pricing tier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PricingTier,PricingTier
-
pricingTier
BundleInformation.Builder pricingTier(PricingTier pricingTier)
The pricing tier.
- Parameters:
pricingTier- The pricing tier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PricingTier,PricingTier
-
-