Interface CreateRenewalResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateRenewalResponse.Builder,,CreateRenewalResponse> OutpostsResponse.Builder,SdkBuilder<CreateRenewalResponse.Builder,,CreateRenewalResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateRenewalResponse
@Mutable
@NotThreadSafe
public static interface CreateRenewalResponse.Builder
extends OutpostsResponse.Builder, SdkPojo, CopyableBuilder<CreateRenewalResponse.Builder,CreateRenewalResponse>
-
Method Summary
Modifier and TypeMethodDescriptionmonthlyRecurringPrice(Float monthlyRecurringPrice) The monthly recurring price of the renewal.The ID of the Outpost.paymentOption(String paymentOption) The payment option.paymentOption(PaymentOption paymentOption) The payment option.paymentTerm(String paymentTerm) The payment term.paymentTerm(PaymentTerm paymentTerm) The payment term.upfrontPrice(Float upfrontPrice) The upfront price of the renewal.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.outposts.model.OutpostsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
paymentOption
The payment option.
- Parameters:
paymentOption- The payment option.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
paymentOption
The payment option.
- Parameters:
paymentOption- The payment option.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
paymentTerm
The payment term.
- Parameters:
paymentTerm- The payment term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
paymentTerm
The payment term.
- Parameters:
paymentTerm- The payment term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
outpostId
The ID of the Outpost.
- Parameters:
outpostId- The ID of the Outpost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
upfrontPrice
The upfront price of the renewal.
- Parameters:
upfrontPrice- The upfront price of the renewal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monthlyRecurringPrice
The monthly recurring price of the renewal.
- Parameters:
monthlyRecurringPrice- The monthly recurring price of the renewal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-