Interface SecurityRequirementArtifact.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SecurityRequirementArtifact.Builder,,SecurityRequirementArtifact> SdkBuilder<SecurityRequirementArtifact.Builder,,SecurityRequirementArtifact> SdkPojo
- Enclosing class:
SecurityRequirementArtifact
@Mutable
@NotThreadSafe
public static interface SecurityRequirementArtifact.Builder
extends SdkPojo, CopyableBuilder<SecurityRequirementArtifact.Builder,SecurityRequirementArtifact>
-
Method Summary
Modifier and TypeMethodDescriptionThe binary content of the document.The format of the document.The format of the document.The file name of the 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
-
name
The file name of the document.
- Parameters:
name- The file name of the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
format
The format of the document. Valid values are MD, PDF, TXT, DOCX, and DOC.
- Parameters:
format- The format of the document. Valid values are MD, PDF, TXT, DOCX, and DOC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The format of the document. Valid values are MD, PDF, TXT, DOCX, and DOC.
- Parameters:
format- The format of the document. Valid values are MD, PDF, TXT, DOCX, and DOC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
content
The binary content of the document.
- Parameters:
content- The binary content of the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-