DocumentDescription.Builder |
DocumentDescription.Builder.approvedVersion(String approvedVersion) |
The version of the document currently approved for use in the organization.
|
DocumentDescription.Builder |
DocumentDescription.Builder.attachmentsInformation(Collection<AttachmentInformation> attachmentsInformation) |
Details about the document attachments, including names, locations, sizes, and so on.
|
DocumentDescription.Builder |
DocumentDescription.Builder.attachmentsInformation(Consumer<AttachmentInformation.Builder>... attachmentsInformation) |
Details about the document attachments, including names, locations, sizes, and so on.
|
DocumentDescription.Builder |
DocumentDescription.Builder.attachmentsInformation(AttachmentInformation... attachmentsInformation) |
Details about the document attachments, including names, locations, sizes, and so on.
|
DocumentDescription.Builder |
DocumentDescription.Builder.author(String author) |
The user in your organization who created the document.
|
static DocumentDescription.Builder |
DocumentDescription.builder() |
|
DocumentDescription.Builder |
DocumentDescription.Builder.category(String... category) |
The classification of a document to help you identify and categorize its use.
|
DocumentDescription.Builder |
DocumentDescription.Builder.category(Collection<String> category) |
The classification of a document to help you identify and categorize its use.
|
DocumentDescription.Builder |
DocumentDescription.Builder.categoryEnum(String... categoryEnum) |
The value that identifies a document's category.
|
DocumentDescription.Builder |
DocumentDescription.Builder.categoryEnum(Collection<String> categoryEnum) |
The value that identifies a document's category.
|
DocumentDescription.Builder |
DocumentDescription.Builder.createdDate(Instant createdDate) |
The date when the document was created.
|
DocumentDescription.Builder |
DocumentDescription.Builder.defaultVersion(String defaultVersion) |
The default version.
|
DocumentDescription.Builder |
DocumentDescription.Builder.description(String description) |
A description of the document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.displayName(String displayName) |
The friendly name of the SSM document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.documentFormat(String documentFormat) |
The document format, either JSON or YAML.
|
DocumentDescription.Builder |
DocumentDescription.Builder.documentFormat(DocumentFormat documentFormat) |
The document format, either JSON or YAML.
|
DocumentDescription.Builder |
DocumentDescription.Builder.documentType(String documentType) |
The type of document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.documentType(DocumentType documentType) |
The type of document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.documentVersion(String documentVersion) |
The document version.
|
DocumentDescription.Builder |
DocumentDescription.Builder.hash(String hash) |
The Sha256 or Sha1 hash created by the system when the document was created.
|
DocumentDescription.Builder |
DocumentDescription.Builder.hashType(String hashType) |
The hash type of the document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.hashType(DocumentHashType hashType) |
The hash type of the document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.latestVersion(String latestVersion) |
The latest version of the document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.name(String name) |
The name of the SSM document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.owner(String owner) |
The Amazon Web Services user that created the document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.parameters(Collection<DocumentParameter> parameters) |
A description of the parameters for a document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.parameters(Consumer<DocumentParameter.Builder>... parameters) |
A description of the parameters for a document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.parameters(DocumentParameter... parameters) |
A description of the parameters for a document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.pendingReviewVersion(String pendingReviewVersion) |
The version of the document that is currently under review.
|
DocumentDescription.Builder |
DocumentDescription.Builder.platformTypes(Collection<PlatformType> platformTypes) |
The list of operating system (OS) platforms compatible with this SSM document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.platformTypes(PlatformType... platformTypes) |
The list of operating system (OS) platforms compatible with this SSM document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.platformTypesWithStrings(String... platformTypes) |
The list of operating system (OS) platforms compatible with this SSM document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.platformTypesWithStrings(Collection<String> platformTypes) |
The list of operating system (OS) platforms compatible with this SSM document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.requires(Collection<DocumentRequires> requires) |
A list of SSM documents required by a document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.requires(Consumer<DocumentRequires.Builder>... requires) |
A list of SSM documents required by a document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.requires(DocumentRequires... requires) |
A list of SSM documents required by a document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.reviewInformation(Collection<ReviewInformation> reviewInformation) |
Details about the review of a document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.reviewInformation(Consumer<ReviewInformation.Builder>... reviewInformation) |
Details about the review of a document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.reviewInformation(ReviewInformation... reviewInformation) |
Details about the review of a document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.reviewStatus(String reviewStatus) |
The current status of the review.
|
DocumentDescription.Builder |
DocumentDescription.Builder.reviewStatus(ReviewStatus reviewStatus) |
The current status of the review.
|
DocumentDescription.Builder |
DocumentDescription.Builder.schemaVersion(String schemaVersion) |
The schema version.
|
DocumentDescription.Builder |
DocumentDescription.Builder.sha1(String sha1) |
The SHA1 hash of the document, which you can use for verification.
|
DocumentDescription.Builder |
DocumentDescription.Builder.status(String status) |
The status of the SSM document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.status(DocumentStatus status) |
The status of the SSM document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.statusInformation(String statusInformation) |
A message returned by Amazon Web Services Systems Manager that explains the Status value.
|
DocumentDescription.Builder |
DocumentDescription.Builder.tags(Collection<Tag> tags) |
The tags, or metadata, that have been applied to the document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags, or metadata, that have been applied to the document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.tags(Tag... tags) |
The tags, or metadata, that have been applied to the document.
|
DocumentDescription.Builder |
DocumentDescription.Builder.targetType(String targetType) |
The target type which defines the kinds of resources the document can run on.
|
DocumentDescription.Builder |
DocumentDescription.toBuilder() |
|
DocumentDescription.Builder |
DocumentDescription.Builder.versionName(String versionName) |
The version of the artifact associated with the document.
|