Interface DeleteKeyPairResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DeleteKeyPairResponse.Builder,DeleteKeyPairResponse>, Ec2Response.Builder, SdkBuilder<DeleteKeyPairResponse.Builder,DeleteKeyPairResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DeleteKeyPairResponse

public static interface DeleteKeyPairResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteKeyPairResponse.Builder,DeleteKeyPairResponse>
  • Method Details

    • 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.