Interface ValidityTerm.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ValidityTerm.Builder,,ValidityTerm> SdkBuilder<ValidityTerm.Builder,,ValidityTerm> SdkPojo
- Enclosing class:
ValidityTerm
@Mutable
@NotThreadSafe
public static interface ValidityTerm.Builder
extends SdkPojo, CopyableBuilder<ValidityTerm.Builder,ValidityTerm>
-
Method Summary
Modifier and TypeMethodDescriptionagreementDuration(String agreementDuration) The duration of the agreement, in ISO 8601 format.agreementEndDate(Instant agreementEndDate) The date when the agreement ends.agreementStartDate(Instant agreementStartDate) The date when the agreement starts.The unique identifier of the term.The category of the term.The category of the term.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
-
id
The unique identifier of the term.
- Parameters:
id- The unique identifier of the term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The category of the term.
- Parameters:
type- The category of the term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The category of the term.
- Parameters:
type- The category of the term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
agreementDuration
The duration of the agreement, in ISO 8601 format.
- Parameters:
agreementDuration- The duration of the agreement, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agreementEndDate
The date when the agreement ends.
- Parameters:
agreementEndDate- The date when the agreement ends.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agreementStartDate
The date when the agreement starts.
- Parameters:
agreementStartDate- The date when the agreement starts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-