CopyableBuilder<UpdateDocumentDefaultVersionRequest.Builder,UpdateDocumentDefaultVersionRequest>, SdkBuilder<UpdateDocumentDefaultVersionRequest.Builder,UpdateDocumentDefaultVersionRequest>public static interface UpdateDocumentDefaultVersionRequest.Builder extends CopyableBuilder<UpdateDocumentDefaultVersionRequest.Builder,UpdateDocumentDefaultVersionRequest>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateDocumentDefaultVersionRequest.Builder |
documentVersion(String documentVersion) |
The version of a custom document that you want to set as the default version.
|
UpdateDocumentDefaultVersionRequest.Builder |
name(String name) |
The name of a custom document that you want to set as the default version.
|
copyapply, buildUpdateDocumentDefaultVersionRequest.Builder name(String name)
The name of a custom document that you want to set as the default version.
name - The name of a custom document that you want to set as the default version.UpdateDocumentDefaultVersionRequest.Builder documentVersion(String documentVersion)
The version of a custom document that you want to set as the default version.
documentVersion - The version of a custom document that you want to set as the default version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.