Interface BundleInformation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BundleInformation.Builder,
,BundleInformation> SdkBuilder<BundleInformation.Builder,
,BundleInformation> SdkPojo
- Enclosing class:
BundleInformation
@Mutable
@NotThreadSafe
public static interface BundleInformation.Builder
extends SdkPojo, CopyableBuilder<BundleInformation.Builder,BundleInformation>
-
Method Summary
Modifier and TypeMethodDescriptionbundleNames
(String... bundleNames) The bundle names.bundleNames
(Collection<String> bundleNames) The bundle names.pricingTier
(String pricingTier) The pricing tier.pricingTier
(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 Details
-
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
The bundle names.
- Parameters:
bundleNames
- The bundle names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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:
-