@Stability(value=Stable) 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=Stable) 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=Stable) 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=Stable) public AppMeshProxyConfigurationConfigProps build()
build
in interface software.amazon.jsii.Builder<AppMeshProxyConfigurationConfigProps>
AppMeshProxyConfigurationConfigProps
NullPointerException
- if any required attribute was not providedCopyright © 2020. All rights reserved.