Interface EndpointNetworkConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EndpointNetworkConfiguration.Builder,EndpointNetworkConfiguration>,SdkBuilder<EndpointNetworkConfiguration.Builder,EndpointNetworkConfiguration>,SdkPojo
- Enclosing class:
- EndpointNetworkConfiguration
public static interface EndpointNetworkConfiguration.Builder extends SdkPojo, CopyableBuilder<EndpointNetworkConfiguration.Builder,EndpointNetworkConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointNetworkConfiguration.BuilderipAddresses(String... ipAddresses)A list of gateway IP addresses on which the associated Amazon FSx file system is available.EndpointNetworkConfiguration.BuilderipAddresses(Collection<String> ipAddresses)A list of gateway IP addresses on which the associated Amazon FSx file system is available.-
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
-
ipAddresses
EndpointNetworkConfiguration.Builder ipAddresses(Collection<String> ipAddresses)
A list of gateway IP addresses on which the associated Amazon FSx file system is available.
If multiple file systems are associated with this gateway, this field is required.
- Parameters:
ipAddresses- A list of gateway IP addresses on which the associated Amazon FSx file system is available.If multiple file systems are associated with this gateway, this field is required.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddresses
EndpointNetworkConfiguration.Builder ipAddresses(String... ipAddresses)
A list of gateway IP addresses on which the associated Amazon FSx file system is available.
If multiple file systems are associated with this gateway, this field is required.
- Parameters:
ipAddresses- A list of gateway IP addresses on which the associated Amazon FSx file system is available.If multiple file systems are associated with this gateway, this field is required.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-