public static interface AliasProps.Builder.Build
| Modifier and Type | Method and Description |
|---|---|
AliasProps |
build() |
AliasProps.Builder.Build |
withAdditionalVersions(List<VersionWeight> value)
Additional versions with individual weights this alias points to
Individual additional version weights specified here should add up to
(less than) one.
|
AliasProps.Builder.Build |
withDescription(String value)
Description for the alias
|
AliasProps build()
AliasProps object, initialized with the values set on this builder.AliasProps.Builder.Build withDescription(String value)
AliasProps.Builder.Build withAdditionalVersions(List<VersionWeight> value)
Copyright © 2018. All rights reserved.