@Stability(value=Experimental) public static final class KubectlLayerProps.Builder extends Object implements software.amazon.jsii.Builder<KubectlLayerProps>
KubectlLayerProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
KubectlLayerProps.Builder |
applicationId(String applicationId)
Sets the value of
KubectlLayerProps.getApplicationId() |
KubectlLayerProps |
build()
Builds the configured instance.
|
KubectlLayerProps.Builder |
version(String version)
Sets the value of
KubectlLayerProps.getVersion() |
@Stability(value=Experimental) public KubectlLayerProps.Builder applicationId(String applicationId)
KubectlLayerProps.getApplicationId()applicationId - The Serverless Application Repository application ID which contains the kubectl layer.this@Stability(value=Experimental) public KubectlLayerProps.Builder version(String version)
KubectlLayerProps.getVersion()version - The semantic version of the kubectl AWS Lambda Layer SAR app to use.this@Stability(value=Experimental) public KubectlLayerProps build()
build in interface software.amazon.jsii.Builder<KubectlLayerProps>KubectlLayerPropsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.