CopyableBuilder<DocumentDefaultVersionDescription.Builder,DocumentDefaultVersionDescription>
, SdkBuilder<DocumentDefaultVersionDescription.Builder,DocumentDefaultVersionDescription>
public static interface DocumentDefaultVersionDescription.Builder extends CopyableBuilder<DocumentDefaultVersionDescription.Builder,DocumentDefaultVersionDescription>
Modifier and Type | Method | Description |
---|---|---|
DocumentDefaultVersionDescription.Builder |
defaultVersion(String defaultVersion) |
The default version of the document.
|
DocumentDefaultVersionDescription.Builder |
name(String name) |
The name of the document.
|
copy
apply, build
DocumentDefaultVersionDescription.Builder name(String name)
The name of the document.
name
- The name of the document.DocumentDefaultVersionDescription.Builder defaultVersion(String defaultVersion)
The default version of the document.
defaultVersion
- The default version of the document.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.