Uses of Interface
software.amazon.awssdk.services.ssm.model.DocumentIdentifier.Builder
Packages that use DocumentIdentifier.Builder
-
Uses of DocumentIdentifier.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DocumentIdentifier.BuilderModifier and TypeMethodDescriptionThe user in your organization who created the document.static DocumentIdentifier.BuilderDocumentIdentifier.builder()DocumentIdentifier.Builder.createdDate(Instant createdDate) The date the SSM document was created.DocumentIdentifier.Builder.displayName(String displayName) An optional field where you can specify a friendly name for the SSM document.DocumentIdentifier.Builder.documentFormat(String documentFormat) The document format, either JSON or YAML.DocumentIdentifier.Builder.documentFormat(DocumentFormat documentFormat) The document format, either JSON or YAML.DocumentIdentifier.Builder.documentType(String documentType) The document type.DocumentIdentifier.Builder.documentType(DocumentType documentType) The document type.DocumentIdentifier.Builder.documentVersion(String documentVersion) The document version.The name of the SSM document.The Amazon Web Services user that created the document.DocumentIdentifier.Builder.platformTypes(Collection<PlatformType> platformTypes) The operating system platform.DocumentIdentifier.Builder.platformTypes(PlatformType... platformTypes) The operating system platform.DocumentIdentifier.Builder.platformTypesWithStrings(String... platformTypes) The operating system platform.DocumentIdentifier.Builder.platformTypesWithStrings(Collection<String> platformTypes) The operating system platform.DocumentIdentifier.Builder.requires(Collection<DocumentRequires> requires) A list of SSM documents required by a document.DocumentIdentifier.Builder.requires(Consumer<DocumentRequires.Builder>... requires) A list of SSM documents required by a document.DocumentIdentifier.Builder.requires(DocumentRequires... requires) A list of SSM documents required by a document.DocumentIdentifier.Builder.reviewStatus(String reviewStatus) The current status of a document review.DocumentIdentifier.Builder.reviewStatus(ReviewStatus reviewStatus) The current status of a document review.DocumentIdentifier.Builder.schemaVersion(String schemaVersion) The schema version.DocumentIdentifier.Builder.tags(Collection<Tag> tags) The tags, or metadata, that have been applied to the document.DocumentIdentifier.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.DocumentIdentifier.Builder.targetType(String targetType) The target type which defines the kinds of resources the document can run on.DocumentIdentifier.toBuilder()DocumentIdentifier.Builder.versionName(String versionName) An optional field specifying the version of the artifact associated with the document.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DocumentIdentifier.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DocumentIdentifier.Builder>DocumentIdentifier.serializableBuilderClass()