@Stability(value=Experimental) public static final class AppMeshProxyConfigurationConfigProps.Builder extends Object implements software.amazon.jsii.Builder<AppMeshProxyConfigurationConfigProps>
AppMeshProxyConfigurationConfigProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AppMeshProxyConfigurationConfigProps |
build()
Builds the configured instance.
|
AppMeshProxyConfigurationConfigProps.Builder |
containerName(String containerName)
Sets the value of
AppMeshProxyConfigurationConfigProps.getContainerName() |
AppMeshProxyConfigurationConfigProps.Builder |
properties(AppMeshProxyConfigurationProps properties)
Sets the value of
AppMeshProxyConfigurationConfigProps.getProperties() |
@Stability(value=Experimental) public AppMeshProxyConfigurationConfigProps.Builder containerName(String containerName)
AppMeshProxyConfigurationConfigProps.getContainerName()containerName - The name of the container that will serve as the App Mesh proxy. This parameter is required.this@Stability(value=Experimental) public AppMeshProxyConfigurationConfigProps.Builder properties(AppMeshProxyConfigurationProps properties)
AppMeshProxyConfigurationConfigProps.getProperties()properties - The set of network configuration parameters to provide the Container Network Interface (CNI) plugin. This parameter is required.this@Stability(value=Experimental) public AppMeshProxyConfigurationConfigProps build()
build in interface software.amazon.jsii.Builder<AppMeshProxyConfigurationConfigProps>AppMeshProxyConfigurationConfigPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.