public static final class AppMeshProxyConfiguration.Builder
extends java.lang.Object
AppMeshProxyConfiguration
.Modifier and Type | Method and Description |
---|---|
AppMeshProxyConfiguration |
build() |
AppMeshProxyConfiguration.Builder |
containerName(java.lang.String containerName)
The name of the container that will serve as the App Mesh proxy.
|
static AppMeshProxyConfiguration.Builder |
create() |
AppMeshProxyConfiguration.Builder |
properties(AppMeshProxyConfigurationProps properties)
The set of network configuration parameters to provide the Container Network Interface (CNI) plugin.
|
public static AppMeshProxyConfiguration.Builder create()
AppMeshProxyConfiguration.Builder
.public AppMeshProxyConfiguration.Builder containerName(java.lang.String containerName)
containerName
- The name of the container that will serve as the App Mesh proxy. This parameter is required.this
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
public AppMeshProxyConfiguration build()