@Stability(value=Stable) public static final class IncludeProps.Builder extends Object implements software.amazon.jsii.Builder<IncludeProps>
IncludeProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IncludeProps |
build()
Builds the configured instance.
|
IncludeProps.Builder |
url(String url)
Sets the value of
IncludeProps.getUrl() |
@Stability(value=Stable) public IncludeProps.Builder url(String url)
IncludeProps.getUrl()
url
- Local file path or URL which includes a Kubernetes YAML manifest. This parameter is required.this
@Stability(value=Stable) public IncludeProps build()
build
in interface software.amazon.jsii.Builder<IncludeProps>
IncludeProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.