Interface CopyImageRequest.Builder

    • Method Detail

      • sourceImageName

        CopyImageRequest.Builder sourceImageName​(String sourceImageName)

        The name of the image to copy.

        Parameters:
        sourceImageName - The name of the image to copy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationImageName

        CopyImageRequest.Builder destinationImageName​(String destinationImageName)

        The name that the image will have when it is copied to the destination.

        Parameters:
        destinationImageName - The name that the image will have when it is copied to the destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationRegion

        CopyImageRequest.Builder destinationRegion​(String destinationRegion)

        The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.

        Parameters:
        destinationRegion - The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationImageDescription

        CopyImageRequest.Builder destinationImageDescription​(String destinationImageDescription)

        The description that the image will have when it is copied to the destination.

        Parameters:
        destinationImageDescription - The description that the image will have when it is copied to the destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.