CopyableBuilder<DocumentVersionInfo.Builder,DocumentVersionInfo>, SdkBuilder<DocumentVersionInfo.Builder,DocumentVersionInfo>public static interface DocumentVersionInfo.Builder extends CopyableBuilder<DocumentVersionInfo.Builder,DocumentVersionInfo>
| Modifier and Type | Method | Description |
|---|---|---|
DocumentVersionInfo.Builder |
createdDate(Date createdDate) |
The date the document was created.
|
DocumentVersionInfo.Builder |
documentVersion(String documentVersion) |
The document version.
|
DocumentVersionInfo.Builder |
isDefaultVersion(Boolean isDefaultVersion) |
An identifier for the default version of the document.
|
DocumentVersionInfo.Builder |
name(String name) |
The document name.
|
copyapply, buildDocumentVersionInfo.Builder name(String name)
The document name.
name - The document name.DocumentVersionInfo.Builder documentVersion(String documentVersion)
The document version.
documentVersion - The document version.DocumentVersionInfo.Builder createdDate(Date createdDate)
The date the document was created.
createdDate - The date the document was created.DocumentVersionInfo.Builder isDefaultVersion(Boolean isDefaultVersion)
An identifier for the default version of the document.
isDefaultVersion - An identifier for the default version of the document.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.