Interface ExemptionCertificate.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExemptionCertificate.Builder,,ExemptionCertificate> SdkBuilder<ExemptionCertificate.Builder,,ExemptionCertificate> SdkPojo
- Enclosing class:
ExemptionCertificate
@Mutable
@NotThreadSafe
public static interface ExemptionCertificate.Builder
extends SdkPojo, CopyableBuilder<ExemptionCertificate.Builder,ExemptionCertificate>
-
Method Summary
Modifier and TypeMethodDescriptiondocumentFile(SdkBytes documentFile) The exemption certificate file content.documentName(String documentName) The exemption certificate file name.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
-
documentFile
The exemption certificate file content.
- Parameters:
documentFile- The exemption certificate file content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentName
The exemption certificate file name.
- Parameters:
documentName- The exemption certificate file name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-