public static interface EndpointNetworkConfiguration.Builder extends SdkPojo, CopyableBuilder<EndpointNetworkConfiguration.Builder,EndpointNetworkConfiguration>
| Modifier and Type | Method and Description |
|---|---|
EndpointNetworkConfiguration.Builder |
ipAddresses(Collection<String> ipAddresses)
A list of gateway IP addresses on which the associated Amazon FSx file system is available.
|
EndpointNetworkConfiguration.Builder |
ipAddresses(String... ipAddresses)
A list of gateway IP addresses on which the associated Amazon FSx file system is available.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEndpointNetworkConfiguration.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.
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.
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.
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.
Copyright © 2021. All rights reserved.