@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-28T00:25:30.198Z") @Stability(value=Stable) public interface NameOptions extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
NameOptions.Builder
A builder for
NameOptions |
static class |
NameOptions.Jsii$Proxy
An implementation for
NameOptions |
Modifier and Type | Method and Description |
---|---|
static NameOptions.Builder |
builder() |
default String |
getDelimiter()
Delimiter to use between components.
|
default List<String> |
getExtra()
Extra components to include in the name.
|
default Boolean |
getIncludeHash()
Include a short hash as last part of the name.
|
default Number |
getMaxLen()
Maximum allowed length for the name.
|
@Stability(value=Stable) @Nullable default String getDelimiter()
Default: "-"
@Stability(value=Stable) @Nullable default List<String> getExtra()
Default: [] use the construct path components
@Stability(value=Stable) @Nullable default Boolean getIncludeHash()
Default: true
@Stability(value=Stable) @Nullable default Number getMaxLen()
Default: 63
@Stability(value=Stable) static NameOptions.Builder builder()
NameOptions.Builder
of NameOptions
Copyright © 2021. All rights reserved.