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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetFailbackReplicationConfigurationResponse.BuilderbandwidthThrottling(Long bandwidthThrottling)Configure bandwidth throttling for the outbound data transfer rate of the Recovery Instance in Mbps.GetFailbackReplicationConfigurationResponse.Buildername(String name)The name of the Failback Replication Configuration.GetFailbackReplicationConfigurationResponse.BuilderrecoveryInstanceID(String recoveryInstanceID)The ID of the Recovery Instance.GetFailbackReplicationConfigurationResponse.BuilderusePrivateIP(Boolean usePrivateIP)Whether to use Private IP for the failback replication of the Recovery Instance.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.drs.model.DrsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
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.
-
-