Interface DeleteKeyPairResponse.Builder

    • Method Detail

      • returnValue

        DeleteKeyPairResponse.Builder returnValue​(Boolean returnValue)

        Is true if the request succeeds, and an error otherwise.

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

        DeleteKeyPairResponse.Builder keyPairId​(String keyPairId)

        The ID of the key pair.

        Parameters:
        keyPairId - The ID of the key pair.
        Returns:
        Returns a reference to this object so that method calls can be chained together.