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

      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.