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