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
Modifier and TypeMethodDescriptionipAddresses(String... ipAddresses) A list of gateway IP addresses on which the associated Amazon FSx file system is available.ipAddresses(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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.
-