Interface SwapEnvironmentCnamEsRequest.Builder

    • Method Detail

      • sourceEnvironmentId

        SwapEnvironmentCnamEsRequest.Builder sourceEnvironmentId​(String sourceEnvironmentId)

        The ID of the source environment.

        Condition: You must specify at least the SourceEnvironmentID or the SourceEnvironmentName. You may also specify both. If you specify the SourceEnvironmentId, you must specify the DestinationEnvironmentId.

        Parameters:
        sourceEnvironmentId - The ID of the source environment.

        Condition: You must specify at least the SourceEnvironmentID or the SourceEnvironmentName. You may also specify both. If you specify the SourceEnvironmentId, you must specify the DestinationEnvironmentId.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceEnvironmentName

        SwapEnvironmentCnamEsRequest.Builder sourceEnvironmentName​(String sourceEnvironmentName)

        The name of the source environment.

        Condition: You must specify at least the SourceEnvironmentID or the SourceEnvironmentName. You may also specify both. If you specify the SourceEnvironmentName, you must specify the DestinationEnvironmentName.

        Parameters:
        sourceEnvironmentName - The name of the source environment.

        Condition: You must specify at least the SourceEnvironmentID or the SourceEnvironmentName. You may also specify both. If you specify the SourceEnvironmentName, you must specify the DestinationEnvironmentName.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationEnvironmentId

        SwapEnvironmentCnamEsRequest.Builder destinationEnvironmentId​(String destinationEnvironmentId)

        The ID of the destination environment.

        Condition: You must specify at least the DestinationEnvironmentID or the DestinationEnvironmentName. You may also specify both. You must specify the SourceEnvironmentId with the DestinationEnvironmentId.

        Parameters:
        destinationEnvironmentId - The ID of the destination environment.

        Condition: You must specify at least the DestinationEnvironmentID or the DestinationEnvironmentName. You may also specify both. You must specify the SourceEnvironmentId with the DestinationEnvironmentId.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationEnvironmentName

        SwapEnvironmentCnamEsRequest.Builder destinationEnvironmentName​(String destinationEnvironmentName)

        The name of the destination environment.

        Condition: You must specify at least the DestinationEnvironmentID or the DestinationEnvironmentName. You may also specify both. You must specify the SourceEnvironmentName with the DestinationEnvironmentName.

        Parameters:
        destinationEnvironmentName - The name of the destination environment.

        Condition: You must specify at least the DestinationEnvironmentID or the DestinationEnvironmentName. You may also specify both. You must specify the SourceEnvironmentName with the DestinationEnvironmentName.

        Returns:
        Returns a reference to this object so that method calls can be chained together.