Uses of Interface
software.amazon.awssdk.services.ssm.model.DocumentVersionInfo.Builder
Packages that use DocumentVersionInfo.Builder
-
Uses of DocumentVersionInfo.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DocumentVersionInfo.BuilderModifier and TypeMethodDescriptionstatic DocumentVersionInfo.BuilderDocumentVersionInfo.builder()DocumentVersionInfo.Builder.createdDate(Instant createdDate) The date the document was created.DocumentVersionInfo.Builder.displayName(String displayName) The friendly name of the SSM document.DocumentVersionInfo.Builder.documentFormat(String documentFormat) The document format, either JSON or YAML.DocumentVersionInfo.Builder.documentFormat(DocumentFormat documentFormat) The document format, either JSON or YAML.DocumentVersionInfo.Builder.documentVersion(String documentVersion) The document version.DocumentVersionInfo.Builder.isDefaultVersion(Boolean isDefaultVersion) An identifier for the default version of the document.The document name.DocumentVersionInfo.Builder.reviewStatus(String reviewStatus) The current status of the approval review for the latest version of the document.DocumentVersionInfo.Builder.reviewStatus(ReviewStatus reviewStatus) The current status of the approval review for the latest version of the document.The status of the SSM document, such asCreating,Active,Failed, andDeleting.DocumentVersionInfo.Builder.status(DocumentStatus status) The status of the SSM document, such asCreating,Active,Failed, andDeleting.DocumentVersionInfo.Builder.statusInformation(String statusInformation) A message returned by Amazon Web Services Systems Manager that explains theStatusvalue.DocumentVersionInfo.toBuilder()DocumentVersionInfo.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 DocumentVersionInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DocumentVersionInfo.Builder>DocumentVersionInfo.serializableBuilderClass()