Interface StagingSourceServer.Builder

    • Method Detail

      • arn

        StagingSourceServer.Builder arn​(String arn)

        The ARN of the source server.

        Parameters:
        arn - The ARN of the source server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hostname

        StagingSourceServer.Builder hostname​(String hostname)

        Hostname of staging source server.

        Parameters:
        hostname - Hostname of staging source server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        StagingSourceServer.Builder tags​(Map<String,​String> tags)

        A list of tags associated with the staging source server.

        Parameters:
        tags - A list of tags associated with the staging source server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.