public static interface GetDocumentRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<GetDocumentRequest.Builder,GetDocumentRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDocumentRequest.Builder |
documentVersion(String documentVersion)
The document version for which you want information.
|
GetDocumentRequest.Builder |
name(String name)
The name of the SSM document.
|
copyapply, buildGetDocumentRequest.Builder name(String name)
The name of the SSM document.
name - The name of the SSM document.GetDocumentRequest.Builder documentVersion(String documentVersion)
The document version for which you want information.
documentVersion - The document version for which you want information.Copyright © 2017. All rights reserved.