Interface EndpointNetworkConfiguration.Builder

    • 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.