Interface EgressFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EgressFilter.Builder,EgressFilter>,SdkBuilder<EgressFilter.Builder,EgressFilter>,SdkPojo
- Enclosing class:
- EgressFilter
public static interface EgressFilter.Builder extends SdkPojo, CopyableBuilder<EgressFilter.Builder,EgressFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EgressFilter.Buildertype(String type)The egress filter type.EgressFilter.Buildertype(EgressFilterType type)The egress filter type.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
type
EgressFilter.Builder type(String type)
The egress filter type. By default, the type is
DROP_ALL, which allows egress only from virtual nodes to other defined resources in the service mesh (and any traffic to*.amazonaws.comfor Amazon Web Services API calls). You can set the egress filter type toALLOW_ALLto allow egress to any endpoint inside or outside of the service mesh.- Parameters:
type- The egress filter type. By default, the type isDROP_ALL, which allows egress only from virtual nodes to other defined resources in the service mesh (and any traffic to*.amazonaws.comfor Amazon Web Services API calls). You can set the egress filter type toALLOW_ALLto allow egress to any endpoint inside or outside of the service mesh.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EgressFilterType,EgressFilterType
-
type
EgressFilter.Builder type(EgressFilterType type)
The egress filter type. By default, the type is
DROP_ALL, which allows egress only from virtual nodes to other defined resources in the service mesh (and any traffic to*.amazonaws.comfor Amazon Web Services API calls). You can set the egress filter type toALLOW_ALLto allow egress to any endpoint inside or outside of the service mesh.- Parameters:
type- The egress filter type. By default, the type isDROP_ALL, which allows egress only from virtual nodes to other defined resources in the service mesh (and any traffic to*.amazonaws.comfor Amazon Web Services API calls). You can set the egress filter type toALLOW_ALLto allow egress to any endpoint inside or outside of the service mesh.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EgressFilterType,EgressFilterType
-
-