public static interface SourceNetworkData.Builder extends SdkPojo, CopyableBuilder<SourceNetworkData.Builder,SourceNetworkData>
| Modifier and Type | Method and Description |
|---|---|
SourceNetworkData.Builder |
sourceNetworkID(String sourceNetworkID)
Source Network ID.
|
SourceNetworkData.Builder |
sourceVpc(String sourceVpc)
VPC ID protected by the Source Network.
|
SourceNetworkData.Builder |
stackName(String stackName)
CloudFormation stack name that was deployed for recovering the Source Network.
|
SourceNetworkData.Builder |
targetVpc(String targetVpc)
ID of the recovered VPC following Source Network recovery.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSourceNetworkData.Builder sourceNetworkID(String sourceNetworkID)
Source Network ID.
sourceNetworkID - Source Network ID.SourceNetworkData.Builder sourceVpc(String sourceVpc)
VPC ID protected by the Source Network.
sourceVpc - VPC ID protected by the Source Network.SourceNetworkData.Builder stackName(String stackName)
CloudFormation stack name that was deployed for recovering the Source Network.
stackName - CloudFormation stack name that was deployed for recovering the Source Network.SourceNetworkData.Builder targetVpc(String targetVpc)
ID of the recovered VPC following Source Network recovery.
targetVpc - ID of the recovered VPC following Source Network recovery.Copyright © 2023. All rights reserved.