Uses of Interface
software.amazon.awssdk.services.ecs.model.ProxyConfiguration.Builder
-
Packages that use ProxyConfiguration.Builder Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ProxyConfiguration.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ProxyConfiguration.Builder Modifier and Type Method Description static ProxyConfiguration.BuilderProxyConfiguration. builder()ProxyConfiguration.BuilderProxyConfiguration.Builder. containerName(String containerName)The name of the container that will serve as the App Mesh proxy.ProxyConfiguration.BuilderProxyConfiguration.Builder. properties(Collection<KeyValuePair> properties)The set of network configuration parameters to provide the Container Network Interface (CNI) plugin, specified as key-value pairs.ProxyConfiguration.BuilderProxyConfiguration.Builder. properties(Consumer<KeyValuePair.Builder>... properties)The set of network configuration parameters to provide the Container Network Interface (CNI) plugin, specified as key-value pairs.ProxyConfiguration.BuilderProxyConfiguration.Builder. properties(KeyValuePair... properties)The set of network configuration parameters to provide the Container Network Interface (CNI) plugin, specified as key-value pairs.ProxyConfiguration.BuilderProxyConfiguration. toBuilder()ProxyConfiguration.BuilderProxyConfiguration.Builder. type(String type)The proxy type.ProxyConfiguration.BuilderProxyConfiguration.Builder. type(ProxyConfigurationType type)The proxy type.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ProxyConfiguration.Builder Modifier and Type Method Description static Class<? extends ProxyConfiguration.Builder>ProxyConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type ProxyConfiguration.Builder Modifier and Type Method Description default RegisterTaskDefinitionRequest.BuilderRegisterTaskDefinitionRequest.Builder. proxyConfiguration(Consumer<ProxyConfiguration.Builder> proxyConfiguration)The configuration details for the App Mesh proxy.default TaskDefinition.BuilderTaskDefinition.Builder. proxyConfiguration(Consumer<ProxyConfiguration.Builder> proxyConfiguration)The configuration details for the App Mesh proxy.
-