Interface GetFailbackReplicationConfigurationResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetFailbackReplicationConfigurationResponse.Builder,GetFailbackReplicationConfigurationResponse>, DrsResponse.Builder, SdkBuilder<GetFailbackReplicationConfigurationResponse.Builder,GetFailbackReplicationConfigurationResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetFailbackReplicationConfigurationResponse

public static interface GetFailbackReplicationConfigurationResponse.Builder extends DrsResponse.Builder, SdkPojo, CopyableBuilder<GetFailbackReplicationConfigurationResponse.Builder,GetFailbackReplicationConfigurationResponse>
  • Method Details

    • 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

      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

      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.