Interface ConfigurableUpfrontPricingTermConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ConfigurableUpfrontPricingTermConfiguration.Builder,,- ConfigurableUpfrontPricingTermConfiguration> - SdkBuilder<ConfigurableUpfrontPricingTermConfiguration.Builder,,- ConfigurableUpfrontPricingTermConfiguration> - SdkPojo
- Enclosing class:
- ConfigurableUpfrontPricingTermConfiguration
@Mutable
@NotThreadSafe
public static interface ConfigurableUpfrontPricingTermConfiguration.Builder
extends SdkPojo, CopyableBuilder<ConfigurableUpfrontPricingTermConfiguration.Builder,ConfigurableUpfrontPricingTermConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptiondimensions(Collection<Dimension> dimensions) Defines the dimensions that the acceptor has purchased from the overall set of dimensions presented in the rate card.dimensions(Consumer<Dimension.Builder>... dimensions) Defines the dimensions that the acceptor has purchased from the overall set of dimensions presented in the rate card.dimensions(Dimension... dimensions) Defines the dimensions that the acceptor has purchased from the overall set of dimensions presented in the rate card.selectorValue(String selectorValue) Defines the length of time for which the particular pricing/dimension is being purchased by the acceptor.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
dimensionsDefines the dimensions that the acceptor has purchased from the overall set of dimensions presented in the rate card. - Parameters:
- dimensions- Defines the dimensions that the acceptor has purchased from the overall set of dimensions presented in the rate card.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dimensionsDefines the dimensions that the acceptor has purchased from the overall set of dimensions presented in the rate card. - Parameters:
- dimensions- Defines the dimensions that the acceptor has purchased from the overall set of dimensions presented in the rate card.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dimensionsConfigurableUpfrontPricingTermConfiguration.Builder dimensions(Consumer<Dimension.Builder>... dimensions) Defines the dimensions that the acceptor has purchased from the overall set of dimensions presented in the rate card. This is a convenience method that creates an instance of theDimension.Builderavoiding the need to create one manually viaDimension.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todimensions(List<Dimension>).- Parameters:
- dimensions- a consumer that will call methods on- Dimension.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
selectorValueDefines the length of time for which the particular pricing/dimension is being purchased by the acceptor. - Parameters:
- selectorValue- Defines the length of time for which the particular pricing/dimension is being purchased by the acceptor.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-