Interface ReplicateInstanceResponse.Builder

    • Method Detail

      • id

        ReplicateInstanceResponse.Builder id​(String id)

        The identifier of the replicated instance. You can find the instanceId in the ARN of the instance. The replicated instance has the same identifier as the instance it was replicated from.

        Parameters:
        id - The identifier of the replicated instance. You can find the instanceId in the ARN of the instance. The replicated instance has the same identifier as the instance it was replicated from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        ReplicateInstanceResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the replicated instance.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the replicated instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.