Interface DeregisterImageResponse.Builder

    • Method Detail

      • returnValue

        DeregisterImageResponse.Builder returnValue​(Boolean returnValue)

        Returns true if the request succeeds; otherwise, it returns an error.

        Parameters:
        returnValue - Returns true if the request succeeds; otherwise, it returns an error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deleteSnapshotResults

        DeregisterImageResponse.Builder deleteSnapshotResults​(Collection<DeleteSnapshotReturnCode> deleteSnapshotResults)

        The deletion result for each snapshot associated with the AMI, including the snapshot ID and its success or error code.

        Parameters:
        deleteSnapshotResults - The deletion result for each snapshot associated with the AMI, including the snapshot ID and its success or error code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deleteSnapshotResults

        DeregisterImageResponse.Builder deleteSnapshotResults​(DeleteSnapshotReturnCode... deleteSnapshotResults)

        The deletion result for each snapshot associated with the AMI, including the snapshot ID and its success or error code.

        Parameters:
        deleteSnapshotResults - The deletion result for each snapshot associated with the AMI, including the snapshot ID and its success or error code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.