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 Details

    • 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.