public static interface ParticipatingServer.Builder extends SdkPojo, CopyableBuilder<ParticipatingServer.Builder,ParticipatingServer>
| Modifier and Type | Method and Description |
|---|---|
ParticipatingServer.Builder |
launchStatus(LaunchStatus launchStatus)
The launch status of a participating server.
|
ParticipatingServer.Builder |
launchStatus(String launchStatus)
The launch status of a participating server.
|
ParticipatingServer.Builder |
recoveryInstanceID(String recoveryInstanceID)
The Recovery Instance ID of a participating server.
|
ParticipatingServer.Builder |
sourceServerID(String sourceServerID)
The Source Server ID of a participating server.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildParticipatingServer.Builder launchStatus(String launchStatus)
The launch status of a participating server.
launchStatus - The launch status of a participating server.LaunchStatus,
LaunchStatusParticipatingServer.Builder launchStatus(LaunchStatus launchStatus)
The launch status of a participating server.
launchStatus - The launch status of a participating server.LaunchStatus,
LaunchStatusParticipatingServer.Builder recoveryInstanceID(String recoveryInstanceID)
The Recovery Instance ID of a participating server.
recoveryInstanceID - The Recovery Instance ID of a participating server.ParticipatingServer.Builder sourceServerID(String sourceServerID)
The Source Server ID of a participating server.
sourceServerID - The Source Server ID of a participating server.Copyright © 2023. All rights reserved.