CopyableBuilder<RegisterInstanceRequest.Builder,RegisterInstanceRequest>, SdkBuilder<RegisterInstanceRequest.Builder,RegisterInstanceRequest>public static interface RegisterInstanceRequest.Builder extends CopyableBuilder<RegisterInstanceRequest.Builder,RegisterInstanceRequest>
| Modifier and Type | Method | Description |
|---|---|---|
RegisterInstanceRequest.Builder |
hostname(String hostname) |
The instance's hostname.
|
RegisterInstanceRequest.Builder |
instanceIdentity(InstanceIdentity instanceIdentity) |
An InstanceIdentity object that contains the instance's identity.
|
RegisterInstanceRequest.Builder |
privateIp(String privateIp) |
The instance's private IP address.
|
RegisterInstanceRequest.Builder |
publicIp(String publicIp) |
The instance's public IP address.
|
RegisterInstanceRequest.Builder |
rsaPublicKey(String rsaPublicKey) |
The instances public RSA key.
|
RegisterInstanceRequest.Builder |
rsaPublicKeyFingerprint(String rsaPublicKeyFingerprint) |
The instances public RSA key fingerprint.
|
RegisterInstanceRequest.Builder |
stackId(String stackId) |
The ID of the stack that the instance is to be registered with.
|
copyapply, buildRegisterInstanceRequest.Builder stackId(String stackId)
The ID of the stack that the instance is to be registered with.
stackId - The ID of the stack that the instance is to be registered with.RegisterInstanceRequest.Builder hostname(String hostname)
The instance's hostname.
hostname - The instance's hostname.RegisterInstanceRequest.Builder publicIp(String publicIp)
The instance's public IP address.
publicIp - The instance's public IP address.RegisterInstanceRequest.Builder privateIp(String privateIp)
The instance's private IP address.
privateIp - The instance's private IP address.RegisterInstanceRequest.Builder rsaPublicKey(String rsaPublicKey)
The instances public RSA key. This key is used to encrypt communication between the instance and the service.
rsaPublicKey - The instances public RSA key. This key is used to encrypt communication between the instance and the
service.RegisterInstanceRequest.Builder rsaPublicKeyFingerprint(String rsaPublicKeyFingerprint)
The instances public RSA key fingerprint.
rsaPublicKeyFingerprint - The instances public RSA key fingerprint.RegisterInstanceRequest.Builder instanceIdentity(InstanceIdentity instanceIdentity)
An InstanceIdentity object that contains the instance's identity.
instanceIdentity - An InstanceIdentity object that contains the instance's identity.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.