Class AppMeshProxyConfigurationConfigProps.Builder
java.lang.Object
software.amazon.awscdk.services.ecs.AppMeshProxyConfigurationConfigProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AppMeshProxyConfigurationConfigProps>
- Enclosing interface:
- AppMeshProxyConfigurationConfigProps
@Stability(Stable)
public static final class AppMeshProxyConfigurationConfigProps.Builder
extends Object
implements software.amazon.jsii.Builder<AppMeshProxyConfigurationConfigProps>
A builder for
AppMeshProxyConfigurationConfigProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.containerName
(String containerName) Sets the value ofAppMeshProxyConfigurationConfigProps.getContainerName()
properties
(AppMeshProxyConfigurationProps properties) Sets the value ofAppMeshProxyConfigurationConfigProps.getProperties()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
containerName
@Stability(Stable) public AppMeshProxyConfigurationConfigProps.Builder containerName(String containerName) Sets the value ofAppMeshProxyConfigurationConfigProps.getContainerName()
- Parameters:
containerName
- The name of the container that will serve as the App Mesh proxy. This parameter is required.- Returns:
this
-
properties
@Stability(Stable) public AppMeshProxyConfigurationConfigProps.Builder properties(AppMeshProxyConfigurationProps properties) Sets the value ofAppMeshProxyConfigurationConfigProps.getProperties()
- Parameters:
properties
- The set of network configuration parameters to provide the Container Network Interface (CNI) plugin. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<AppMeshProxyConfigurationConfigProps>
- Returns:
- a new instance of
AppMeshProxyConfigurationConfigProps
- Throws:
NullPointerException
- if any required attribute was not provided
-