Interface GetFailbackReplicationConfigurationResponse.Builder

    • Method Detail

      • bandwidthThrottling

        GetFailbackReplicationConfigurationResponse.Builder bandwidthThrottling​(Long bandwidthThrottling)

        Configure bandwidth throttling for the outbound data transfer rate of the Recovery Instance in Mbps.

        Parameters:
        bandwidthThrottling - Configure bandwidth throttling for the outbound data transfer rate of the Recovery Instance in Mbps.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        GetFailbackReplicationConfigurationResponse.Builder name​(String name)

        The name of the Failback Replication Configuration.

        Parameters:
        name - The name of the Failback Replication Configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recoveryInstanceID

        GetFailbackReplicationConfigurationResponse.Builder recoveryInstanceID​(String recoveryInstanceID)

        The ID of the Recovery Instance.

        Parameters:
        recoveryInstanceID - The ID of the Recovery Instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • usePrivateIP

        GetFailbackReplicationConfigurationResponse.Builder usePrivateIP​(Boolean usePrivateIP)

        Whether to use Private IP for the failback replication of the Recovery Instance.

        Parameters:
        usePrivateIP - Whether to use Private IP for the failback replication of the Recovery Instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.