Interface GetPasswordDataResponse.Builder

    • Method Detail

      • instanceId

        GetPasswordDataResponse.Builder instanceId​(String instanceId)

        The ID of the Windows instance.

        Parameters:
        instanceId - The ID of the Windows instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • passwordData

        GetPasswordDataResponse.Builder passwordData​(String passwordData)

        The password of the instance. Returns an empty string if the password is not available.

        Parameters:
        passwordData - The password of the instance. Returns an empty string if the password is not available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timestamp

        GetPasswordDataResponse.Builder timestamp​(Instant timestamp)

        The time the data was last updated.

        Parameters:
        timestamp - The time the data was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.