Interface CreateLongTermPricingRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateLongTermPricingRequest.Builder,
,CreateLongTermPricingRequest> SdkBuilder<CreateLongTermPricingRequest.Builder,
,CreateLongTermPricingRequest> SdkPojo
,SdkRequest.Builder
,SnowballRequest.Builder
- Enclosing class:
CreateLongTermPricingRequest
@Mutable
@NotThreadSafe
public static interface CreateLongTermPricingRequest.Builder
extends SnowballRequest.Builder, SdkPojo, CopyableBuilder<CreateLongTermPricingRequest.Builder,CreateLongTermPricingRequest>
-
Method Summary
Modifier and TypeMethodDescriptionisLongTermPricingAutoRenew
(Boolean isLongTermPricingAutoRenew) Specifies whether the current long-term pricing type for the device should be renewed.longTermPricingType
(String longTermPricingType) The type of long-term pricing option you want for the device, either 1-year or 3-year long-term pricing.longTermPricingType
(LongTermPricingType longTermPricingType) The type of long-term pricing option you want for the device, either 1-year or 3-year long-term pricing.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.snowballType
(String snowballType) The type of Snow Family devices to use for the long-term pricing job.snowballType
(SnowballType snowballType) The type of Snow Family devices to use for the long-term pricing job.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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
Methods inherited from interface software.amazon.awssdk.services.snowball.model.SnowballRequest.Builder
build
-
Method Details
-
longTermPricingType
The type of long-term pricing option you want for the device, either 1-year or 3-year long-term pricing.
- Parameters:
longTermPricingType
- The type of long-term pricing option you want for the device, either 1-year or 3-year long-term pricing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
longTermPricingType
The type of long-term pricing option you want for the device, either 1-year or 3-year long-term pricing.
- Parameters:
longTermPricingType
- The type of long-term pricing option you want for the device, either 1-year or 3-year long-term pricing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
isLongTermPricingAutoRenew
Specifies whether the current long-term pricing type for the device should be renewed.
- Parameters:
isLongTermPricingAutoRenew
- Specifies whether the current long-term pricing type for the device should be renewed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snowballType
The type of Snow Family devices to use for the long-term pricing job.
- Parameters:
snowballType
- The type of Snow Family devices to use for the long-term pricing job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
snowballType
The type of Snow Family devices to use for the long-term pricing job.
- Parameters:
snowballType
- The type of Snow Family devices to use for the long-term pricing job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateLongTermPricingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateLongTermPricingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-