Interface SourceNetworkData.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SourceNetworkData.Builder,SourceNetworkData>,SdkBuilder<SourceNetworkData.Builder,SourceNetworkData>,SdkPojo
- Enclosing class:
- SourceNetworkData
public static interface SourceNetworkData.Builder extends SdkPojo, CopyableBuilder<SourceNetworkData.Builder,SourceNetworkData>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceNetworkData.BuildersourceNetworkID(String sourceNetworkID)Source Network ID.SourceNetworkData.BuildersourceVpc(String sourceVpc)VPC ID protected by the Source Network.SourceNetworkData.BuilderstackName(String stackName)CloudFormation stack name that was deployed for recovering the Source Network.SourceNetworkData.BuildertargetVpc(String targetVpc)ID of the recovered VPC following Source Network recovery.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
sourceNetworkID
SourceNetworkData.Builder sourceNetworkID(String sourceNetworkID)
Source Network ID.
- Parameters:
sourceNetworkID- Source Network ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceVpc
SourceNetworkData.Builder sourceVpc(String sourceVpc)
VPC ID protected by the Source Network.
- Parameters:
sourceVpc- VPC ID protected by the Source Network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackName
SourceNetworkData.Builder stackName(String stackName)
CloudFormation stack name that was deployed for recovering the Source Network.
- Parameters:
stackName- CloudFormation stack name that was deployed for recovering the Source Network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetVpc
SourceNetworkData.Builder targetVpc(String targetVpc)
ID of the recovered VPC following Source Network recovery.
- Parameters:
targetVpc- ID of the recovered VPC following Source Network recovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-