Interface TermsDescriptionType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TermsDescriptionType.Builder,,TermsDescriptionType> SdkBuilder<TermsDescriptionType.Builder,,TermsDescriptionType> SdkPojo
- Enclosing class:
- TermsDescriptionType
@Mutable
@NotThreadSafe
public static interface TermsDescriptionType.Builder
extends SdkPojo, CopyableBuilder<TermsDescriptionType.Builder,TermsDescriptionType>
-
Method Summary
Modifier and TypeMethodDescriptioncreationDate(Instant creationDate) The date and time when the item was created.enforcement(String enforcement) This parameter is reserved for future use and currently accepts one value.enforcement(TermsEnforcementType enforcement) This parameter is reserved for future use and currently accepts one value.lastModifiedDate(Instant lastModifiedDate) The date and time when the item was modified.The ID of the requested terms documents.The type and friendly name of the requested terms documents.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
-
termsId
The ID of the requested terms documents.
- Parameters:
termsId- The ID of the requested terms documents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
termsName
The type and friendly name of the requested terms documents.
- Parameters:
termsName- The type and friendly name of the requested terms documents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enforcement
This parameter is reserved for future use and currently accepts one value.
- Parameters:
enforcement- This parameter is reserved for future use and currently accepts one value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enforcement
This parameter is reserved for future use and currently accepts one value.
- Parameters:
enforcement- This parameter is reserved for future use and currently accepts one value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationDate
The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Dateobject.- Parameters:
creationDate- The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a JavaDateobject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Dateobject.- Parameters:
lastModifiedDate- The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a JavaDateobject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-