Interface GetInstanceUefiDataResponse.Builder

    • Method Detail

      • instanceId

        GetInstanceUefiDataResponse.Builder instanceId​(String instanceId)

        The ID of the instance from which to retrieve the UEFI data.

        Parameters:
        instanceId - The ID of the instance from which to retrieve the UEFI data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • uefiData

        GetInstanceUefiDataResponse.Builder uefiData​(String uefiData)

        Base64 representation of the non-volatile UEFI variable store.

        Parameters:
        uefiData - Base64 representation of the non-volatile UEFI variable store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.