| Package | Description |
|---|---|
| software.amazon.awssdk.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
SourceNetwork.Builder |
SourceNetwork.Builder.arn(String arn)
The ARN of the Source Network.
|
static SourceNetwork.Builder |
SourceNetwork.builder() |
SourceNetwork.Builder |
SourceNetwork.Builder.cfnStackName(String cfnStackName)
CloudFormation stack name that was deployed for recovering the Source Network.
|
default SourceNetwork.Builder |
SourceNetwork.Builder.lastRecovery(Consumer<RecoveryLifeCycle.Builder> lastRecovery)
An object containing information regarding the last recovery of the Source Network.
|
SourceNetwork.Builder |
SourceNetwork.Builder.lastRecovery(RecoveryLifeCycle lastRecovery)
An object containing information regarding the last recovery of the Source Network.
|
SourceNetwork.Builder |
SourceNetwork.Builder.launchedVpcID(String launchedVpcID)
ID of the recovered VPC following Source Network recovery.
|
SourceNetwork.Builder |
SourceNetwork.Builder.replicationStatus(ReplicationStatus replicationStatus)
Status of Source Network Replication.
|
SourceNetwork.Builder |
SourceNetwork.Builder.replicationStatus(String replicationStatus)
Status of Source Network Replication.
|
SourceNetwork.Builder |
SourceNetwork.Builder.replicationStatusDetails(String replicationStatusDetails)
Error details in case Source Network replication status is ERROR.
|
SourceNetwork.Builder |
SourceNetwork.Builder.sourceAccountID(String sourceAccountID)
Account ID containing the VPC protected by the Source Network.
|
SourceNetwork.Builder |
SourceNetwork.Builder.sourceNetworkID(String sourceNetworkID)
Source Network ID.
|
SourceNetwork.Builder |
SourceNetwork.Builder.sourceRegion(String sourceRegion)
Region containing the VPC protected by the Source Network.
|
SourceNetwork.Builder |
SourceNetwork.Builder.sourceVpcID(String sourceVpcID)
VPC ID protected by the Source Network.
|
SourceNetwork.Builder |
SourceNetwork.Builder.tags(Map<String,String> tags)
A list of tags associated with the Source Network.
|
SourceNetwork.Builder |
SourceNetwork.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SourceNetwork.Builder> |
SourceNetwork.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartSourceNetworkReplicationResponse.Builder |
StartSourceNetworkReplicationResponse.Builder.sourceNetwork(Consumer<SourceNetwork.Builder> sourceNetwork)
Source Network which was requested for replication.
|
default StopSourceNetworkReplicationResponse.Builder |
StopSourceNetworkReplicationResponse.Builder.sourceNetwork(Consumer<SourceNetwork.Builder> sourceNetwork)
Source Network which was requested to stop replication.
|
Copyright © 2023. All rights reserved.