@Stability(value=Experimental) public static final class AppMeshProxyConfiguration.Builder extends Object implements software.amazon.jsii.Builder<AppMeshProxyConfiguration>
AppMeshProxyConfiguration.| Modifier and Type | Method and Description |
|---|---|
AppMeshProxyConfiguration |
build() |
AppMeshProxyConfiguration.Builder |
containerName(String containerName)
(experimental) The name of the container that will serve as the App Mesh proxy.
|
static AppMeshProxyConfiguration.Builder |
create() |
AppMeshProxyConfiguration.Builder |
properties(AppMeshProxyConfigurationProps properties)
(experimental) The set of network configuration parameters to provide the Container Network Interface (CNI) plugin.
|
@Stability(value=Experimental) public static AppMeshProxyConfiguration.Builder create()
AppMeshProxyConfiguration.Builder.@Stability(value=Experimental) public AppMeshProxyConfiguration.Builder containerName(String containerName)
containerName - The name of the container that will serve as the App Mesh proxy. This parameter is required.this@Stability(value=Experimental) public AppMeshProxyConfiguration.Builder properties(AppMeshProxyConfigurationProps properties)
properties - The set of network configuration parameters to provide the Container Network Interface (CNI) plugin. This parameter is required.this@Stability(value=Experimental) public AppMeshProxyConfiguration build()
build in interface software.amazon.jsii.Builder<AppMeshProxyConfiguration>Copyright © 2021. All rights reserved.