public static interface OptionVersion.Builder extends CopyableBuilder<OptionVersion.Builder,OptionVersion>
| Modifier and Type | Method and Description |
|---|---|
OptionVersion.Builder |
isDefault(Boolean isDefault)
True if the version is the default version of the option, and otherwise false.
|
OptionVersion.Builder |
version(String version)
The version of the option.
|
copyapply, buildOptionVersion.Builder version(String version)
The version of the option.
version - The version of the option.OptionVersion.Builder isDefault(Boolean isDefault)
True if the version is the default version of the option, and otherwise false.
isDefault - True if the version is the default version of the option, and otherwise false.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.