set_keypair_id ( $key_pair_id )

Set the key ID of the RSA key pair being used.

Access

public

Parameters

Parameter

Type

Required

Description

$key_pair_id

string

Required

The ID of the RSA key pair being used.

Returns

Type

Description

$this

A reference to the current instance.

Related Methods

Source

Method defined in services/cloudfront.class.php | Toggle source view (5 lines) | View on GitHub

public function set_keypair_id($key_pair_id)
{
    $this->key_pair_id = $key_pair_id;
    return $this;
}

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback