Interface SupplementalDocument.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SupplementalDocument.Builder,,SupplementalDocument> SdkBuilder<SupplementalDocument.Builder,,SupplementalDocument> SdkPojo
- Enclosing class:
SupplementalDocument
@Mutable
@NotThreadSafe
public static interface SupplementalDocument.Builder
extends SdkPojo, CopyableBuilder<SupplementalDocument.Builder,SupplementalDocument>
-
Method Summary
Modifier and TypeMethodDescriptiondocumentId(String documentId) The ID of the supplemental document.documentType(String documentType) The type of supplemental document.documentType(SupplementalDocumentType documentType) The type of supplemental document.documentUrl(String documentUrl) The pre-signed URL to download invoice supplemental document.documentUrlExpirationDate(Instant documentUrlExpirationDate) The pre-signed URL expiration date of invoice supplemental document.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
-
documentType
The type of supplemental document.
- Parameters:
documentType- The type of supplemental document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
documentType
The type of supplemental document.
- Parameters:
documentType- The type of supplemental document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
documentId
The ID of the supplemental document.
- Parameters:
documentId- The ID of the supplemental document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentUrl
The pre-signed URL to download invoice supplemental document.
- Parameters:
documentUrl- The pre-signed URL to download invoice supplemental document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentUrlExpirationDate
The pre-signed URL expiration date of invoice supplemental document.
- Parameters:
documentUrlExpirationDate- The pre-signed URL expiration date of invoice supplemental document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-