Interface MeshServiceDiscovery.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MeshServiceDiscovery.Builder,MeshServiceDiscovery>,SdkBuilder<MeshServiceDiscovery.Builder,MeshServiceDiscovery>,SdkPojo
- Enclosing class:
- MeshServiceDiscovery
public static interface MeshServiceDiscovery.Builder extends SdkPojo, CopyableBuilder<MeshServiceDiscovery.Builder,MeshServiceDiscovery>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MeshServiceDiscovery.BuilderipPreference(String ipPreference)The IP version to use to control traffic within the mesh.MeshServiceDiscovery.BuilderipPreference(IpPreference ipPreference)The IP version to use to control traffic within the mesh.-
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
-
ipPreference
MeshServiceDiscovery.Builder ipPreference(String ipPreference)
The IP version to use to control traffic within the mesh.
- Parameters:
ipPreference- The IP version to use to control traffic within the mesh.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpPreference,IpPreference
-
ipPreference
MeshServiceDiscovery.Builder ipPreference(IpPreference ipPreference)
The IP version to use to control traffic within the mesh.
- Parameters:
ipPreference- The IP version to use to control traffic within the mesh.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpPreference,IpPreference
-
-