Interface ExpectedContractDuration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExpectedContractDuration.Builder,,ExpectedContractDuration> SdkBuilder<ExpectedContractDuration.Builder,,ExpectedContractDuration> SdkPojo
- Enclosing class:
ExpectedContractDuration
@Mutable
@NotThreadSafe
public static interface ExpectedContractDuration.Builder
extends SdkPojo, CopyableBuilder<ExpectedContractDuration.Builder,ExpectedContractDuration>
-
Method Summary
Modifier and TypeMethodDescriptionThe unit of measurement for the contract duration value.The unit of measurement for the contract duration value.A String representation of the contract duration as an integer, expressed in the unit defined byTerm.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
term
The unit of measurement for the contract duration value. Currently accepts only
Months.- Parameters:
term- The unit of measurement for the contract duration value. Currently accepts onlyMonths.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
term
The unit of measurement for the contract duration value. Currently accepts only
Months.- Parameters:
term- The unit of measurement for the contract duration value. Currently accepts onlyMonths.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
A String representation of the contract duration as an integer, expressed in the unit defined by
Term. Valid values range from1to144.- Parameters:
value- A String representation of the contract duration as an integer, expressed in the unit defined byTerm. Valid values range from1to144.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-