Interface DocumentItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DocumentItem.Builder,,DocumentItem> SdkBuilder<DocumentItem.Builder,,DocumentItem> SdkPojo
- Enclosing class:
DocumentItem
@Mutable
@NotThreadSafe
public static interface DocumentItem.Builder
extends SdkPojo, CopyableBuilder<DocumentItem.Builder,DocumentItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe category of the legal document, such asStandardEulaorCustomEula.type(LegalDocumentType type) The category of the legal document, such asStandardEulaorCustomEula.The URL where the legal document can be accessed.The version of the standard contract, if applicable.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
-
type
The category of the legal document, such as
StandardEulaorCustomEula.- Parameters:
type- The category of the legal document, such asStandardEulaorCustomEula.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The category of the legal document, such as
StandardEulaorCustomEula.- Parameters:
type- The category of the legal document, such asStandardEulaorCustomEula.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
url
The URL where the legal document can be accessed.
- Parameters:
url- The URL where the legal document can be accessed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version of the standard contract, if applicable.
- Parameters:
version- The version of the standard contract, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-