Uses of Interface
software.amazon.awssdk.services.ssm.model.GetDocumentResponse.Builder
Packages that use GetDocumentResponse.Builder
-
Uses of GetDocumentResponse.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return GetDocumentResponse.BuilderModifier and TypeMethodDescriptionGetDocumentResponse.Builder.attachmentsContent(Collection<AttachmentContent> attachmentsContent) A description of the document attachments, including names, locations, sizes, and so on.GetDocumentResponse.Builder.attachmentsContent(Consumer<AttachmentContent.Builder>... attachmentsContent) A description of the document attachments, including names, locations, sizes, and so on.GetDocumentResponse.Builder.attachmentsContent(AttachmentContent... attachmentsContent) A description of the document attachments, including names, locations, sizes, and so on.static GetDocumentResponse.BuilderGetDocumentResponse.builder()The contents of the SSM document.GetDocumentResponse.Builder.createdDate(Instant createdDate) The date the SSM document was created.GetDocumentResponse.Builder.displayName(String displayName) The friendly name of the SSM document.GetDocumentResponse.Builder.documentFormat(String documentFormat) The document format, either JSON or YAML.GetDocumentResponse.Builder.documentFormat(DocumentFormat documentFormat) The document format, either JSON or YAML.GetDocumentResponse.Builder.documentType(String documentType) The document type.GetDocumentResponse.Builder.documentType(DocumentType documentType) The document type.GetDocumentResponse.Builder.documentVersion(String documentVersion) The document version.The name of the SSM document.GetDocumentResponse.Builder.requires(Collection<DocumentRequires> requires) A list of SSM documents required by a document.GetDocumentResponse.Builder.requires(Consumer<DocumentRequires.Builder>... requires) A list of SSM documents required by a document.GetDocumentResponse.Builder.requires(DocumentRequires... requires) A list of SSM documents required by a document.GetDocumentResponse.Builder.reviewStatus(String reviewStatus) The current review status of a new custom Systems Manager document (SSM document) created by a member of your organization, or of the latest version of an existing SSM document.GetDocumentResponse.Builder.reviewStatus(ReviewStatus reviewStatus) The current review status of a new custom Systems Manager document (SSM document) created by a member of your organization, or of the latest version of an existing SSM document.The status of the SSM document, such asCreating,Active,Updating,Failed, andDeleting.GetDocumentResponse.Builder.status(DocumentStatus status) The status of the SSM document, such asCreating,Active,Updating,Failed, andDeleting.GetDocumentResponse.Builder.statusInformation(String statusInformation) A message returned by Amazon Web Services Systems Manager that explains theStatusvalue.GetDocumentResponse.toBuilder()GetDocumentResponse.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 GetDocumentResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetDocumentResponse.Builder>GetDocumentResponse.serializableBuilderClass()