Interface ExemptionCertificate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExemptionCertificate.Builder,ExemptionCertificate>,SdkBuilder<ExemptionCertificate.Builder,ExemptionCertificate>,SdkPojo
- Enclosing class:
- ExemptionCertificate
public static interface ExemptionCertificate.Builder extends SdkPojo, CopyableBuilder<ExemptionCertificate.Builder,ExemptionCertificate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExemptionCertificate.BuilderdocumentFile(SdkBytes documentFile)The exemption certificate file content.ExemptionCertificate.BuilderdocumentName(String documentName)The exemption certificate file name.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
documentFile
ExemptionCertificate.Builder documentFile(SdkBytes 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
ExemptionCertificate.Builder documentName(String 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.
-
-