Uses of Interface
software.amazon.awssdk.services.ssm.model.DocumentDescription.Builder
Packages that use DocumentDescription.Builder
-
Uses of DocumentDescription.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DocumentDescription.BuilderModifier and TypeMethodDescriptionDocumentDescription.Builder.approvedVersion(String approvedVersion) The version of the document currently approved for use in the organization.DocumentDescription.Builder.attachmentsInformation(Collection<AttachmentInformation> attachmentsInformation) Details about the document attachments, including names, locations, sizes, and so on.DocumentDescription.Builder.attachmentsInformation(Consumer<AttachmentInformation.Builder>... attachmentsInformation) Details about the document attachments, including names, locations, sizes, and so on.DocumentDescription.Builder.attachmentsInformation(AttachmentInformation... attachmentsInformation) Details about the document attachments, including names, locations, sizes, and so on.The user in your organization who created the document.static DocumentDescription.BuilderDocumentDescription.builder()The classification of a document to help you identify and categorize its use.DocumentDescription.Builder.category(Collection<String> category) The classification of a document to help you identify and categorize its use.DocumentDescription.Builder.categoryEnum(String... categoryEnum) The value that identifies a document's category.DocumentDescription.Builder.categoryEnum(Collection<String> categoryEnum) The value that identifies a document's category.DocumentDescription.Builder.createdDate(Instant createdDate) The date when the document was created.DocumentDescription.Builder.defaultVersion(String defaultVersion) The default version.DocumentDescription.Builder.description(String description) A description of the document.DocumentDescription.Builder.displayName(String displayName) The friendly name of the SSM document.DocumentDescription.Builder.documentFormat(String documentFormat) The document format, either JSON or YAML.DocumentDescription.Builder.documentFormat(DocumentFormat documentFormat) The document format, either JSON or YAML.DocumentDescription.Builder.documentType(String documentType) The type of document.DocumentDescription.Builder.documentType(DocumentType documentType) The type of document.DocumentDescription.Builder.documentVersion(String documentVersion) The document version.The Sha256 or Sha1 hash created by the system when the document was created.The hash type of the document.DocumentDescription.Builder.hashType(DocumentHashType hashType) The hash type of the document.DocumentDescription.Builder.latestVersion(String latestVersion) The latest version of the document.The name of the SSM document.The Amazon Web Services user that created the document.DocumentDescription.Builder.parameters(Collection<DocumentParameter> parameters) A description of the parameters for a document.DocumentDescription.Builder.parameters(Consumer<DocumentParameter.Builder>... parameters) A description of the parameters for a document.DocumentDescription.Builder.parameters(DocumentParameter... parameters) A description of the parameters for a document.DocumentDescription.Builder.pendingReviewVersion(String pendingReviewVersion) The version of the document that is currently under review.DocumentDescription.Builder.platformTypes(Collection<PlatformType> platformTypes) The list of operating system (OS) platforms compatible with this SSM document.DocumentDescription.Builder.platformTypes(PlatformType... platformTypes) The list of operating system (OS) platforms compatible with this SSM document.DocumentDescription.Builder.platformTypesWithStrings(String... platformTypes) The list of operating system (OS) platforms compatible with this SSM document.DocumentDescription.Builder.platformTypesWithStrings(Collection<String> platformTypes) The list of operating system (OS) platforms compatible with this SSM document.DocumentDescription.Builder.requires(Collection<DocumentRequires> requires) A list of SSM documents required by a document.DocumentDescription.Builder.requires(Consumer<DocumentRequires.Builder>... requires) A list of SSM documents required by a document.DocumentDescription.Builder.requires(DocumentRequires... requires) A list of SSM documents required by a document.DocumentDescription.Builder.reviewInformation(Collection<ReviewInformation> reviewInformation) Details about the review of a document.DocumentDescription.Builder.reviewInformation(Consumer<ReviewInformation.Builder>... reviewInformation) Details about the review of a document.DocumentDescription.Builder.reviewInformation(ReviewInformation... reviewInformation) Details about the review of a document.DocumentDescription.Builder.reviewStatus(String reviewStatus) The current status of the review.DocumentDescription.Builder.reviewStatus(ReviewStatus reviewStatus) The current status of the review.DocumentDescription.Builder.schemaVersion(String schemaVersion) The schema version.The SHA1 hash of the document, which you can use for verification.The status of the SSM document.DocumentDescription.Builder.status(DocumentStatus status) The status of the SSM document.DocumentDescription.Builder.statusInformation(String statusInformation) A message returned by Amazon Web Services Systems Manager that explains theStatusvalue.DocumentDescription.Builder.tags(Collection<Tag> tags) The tags, or metadata, that have been applied to the document.DocumentDescription.Builder.tags(Consumer<Tag.Builder>... tags) The tags, or metadata, that have been applied to the document.The tags, or metadata, that have been applied to the document.DocumentDescription.Builder.targetType(String targetType) The target type which defines the kinds of resources the document can run on.DocumentDescription.toBuilder()DocumentDescription.Builder.versionName(String versionName) The version of the artifact associated with the document.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DocumentDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DocumentDescription.Builder>DocumentDescription.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type DocumentDescription.BuilderModifier and TypeMethodDescriptiondefault DescribeDocumentResponse.BuilderDescribeDocumentResponse.Builder.document(Consumer<DocumentDescription.Builder> document) Information about the SSM document.default CreateDocumentResponse.BuilderCreateDocumentResponse.Builder.documentDescription(Consumer<DocumentDescription.Builder> documentDescription) Information about the SSM document.default UpdateDocumentResponse.BuilderUpdateDocumentResponse.Builder.documentDescription(Consumer<DocumentDescription.Builder> documentDescription) A description of the document that was updated.