Interface SourceNetworkData.Builder

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