Interface InstanceAccessDetails.Builder

All Superinterfaces:
Buildable, CopyableBuilder<InstanceAccessDetails.Builder,InstanceAccessDetails>, SdkBuilder<InstanceAccessDetails.Builder,InstanceAccessDetails>, SdkPojo
Enclosing class:
InstanceAccessDetails

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

    • certKey

      For SSH access, the public key to use when accessing your instance For OpenSSH clients (command line SSH), you should save this value to tempkey-cert.pub.

      Parameters:
      certKey - For SSH access, the public key to use when accessing your instance For OpenSSH clients (command line SSH), you should save this value to tempkey-cert.pub.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expiresAt

      InstanceAccessDetails.Builder expiresAt(Instant expiresAt)

      For SSH access, the date on which the temporary keys expire.

      Parameters:
      expiresAt - For SSH access, the date on which the temporary keys expire.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipAddress

      InstanceAccessDetails.Builder ipAddress(String ipAddress)

      The public IP address of the Amazon Lightsail instance.

      Parameters:
      ipAddress - The public IP address of the Amazon Lightsail instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipv6Addresses

      InstanceAccessDetails.Builder ipv6Addresses(Collection<String> ipv6Addresses)

      The IPv6 address of the Amazon Lightsail instance.

      Parameters:
      ipv6Addresses - The IPv6 address of the Amazon Lightsail instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipv6Addresses

      InstanceAccessDetails.Builder ipv6Addresses(String... ipv6Addresses)

      The IPv6 address of the Amazon Lightsail instance.

      Parameters:
      ipv6Addresses - The IPv6 address of the Amazon Lightsail instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • password

      For RDP access, the password for your Amazon Lightsail instance. Password will be an empty string if the password for your new instance is not ready yet. When you create an instance, it can take up to 15 minutes for the instance to be ready.

      If you create an instance using any key pair other than the default (LightsailDefaultKeyPair), password will always be an empty string.

      If you change the Administrator password on the instance, Lightsail will continue to return the original password value. When accessing the instance using RDP, you need to manually enter the Administrator password after changing it from the default.

      Parameters:
      password - For RDP access, the password for your Amazon Lightsail instance. Password will be an empty string if the password for your new instance is not ready yet. When you create an instance, it can take up to 15 minutes for the instance to be ready.

      If you create an instance using any key pair other than the default ( LightsailDefaultKeyPair), password will always be an empty string.

      If you change the Administrator password on the instance, Lightsail will continue to return the original password value. When accessing the instance using RDP, you need to manually enter the Administrator password after changing it from the default.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • passwordData

      InstanceAccessDetails.Builder passwordData(PasswordData passwordData)

      For a Windows Server-based instance, an object with the data you can use to retrieve your password. This is only needed if password is empty and the instance is not new (and therefore the password is not ready yet). When you create an instance, it can take up to 15 minutes for the instance to be ready.

      Parameters:
      passwordData - For a Windows Server-based instance, an object with the data you can use to retrieve your password. This is only needed if password is empty and the instance is not new (and therefore the password is not ready yet). When you create an instance, it can take up to 15 minutes for the instance to be ready.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • passwordData

      default InstanceAccessDetails.Builder passwordData(Consumer<PasswordData.Builder> passwordData)

      For a Windows Server-based instance, an object with the data you can use to retrieve your password. This is only needed if password is empty and the instance is not new (and therefore the password is not ready yet). When you create an instance, it can take up to 15 minutes for the instance to be ready.

      This is a convenience method that creates an instance of the PasswordData.Builder avoiding the need to create one manually via PasswordData.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to passwordData(PasswordData).

      Parameters:
      passwordData - a consumer that will call methods on PasswordData.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • privateKey

      InstanceAccessDetails.Builder privateKey(String privateKey)

      For SSH access, the temporary private key. For OpenSSH clients (command line SSH), you should save this value to tempkey).

      Parameters:
      privateKey - For SSH access, the temporary private key. For OpenSSH clients (command line SSH), you should save this value to tempkey).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • protocol

      The protocol for these Amazon Lightsail instance access details.

      Parameters:
      protocol - The protocol for these Amazon Lightsail instance access details.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • protocol

      The protocol for these Amazon Lightsail instance access details.

      Parameters:
      protocol - The protocol for these Amazon Lightsail instance access details.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • instanceName

      InstanceAccessDetails.Builder instanceName(String instanceName)

      The name of this Amazon Lightsail instance.

      Parameters:
      instanceName - The name of this Amazon Lightsail instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • username

      The user name to use when logging in to the Amazon Lightsail instance.

      Parameters:
      username - The user name to use when logging in to the Amazon Lightsail instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hostKeys

      Describes the public SSH host keys or the RDP certificate.

      Parameters:
      hostKeys - Describes the public SSH host keys or the RDP certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hostKeys

      Describes the public SSH host keys or the RDP certificate.

      Parameters:
      hostKeys - Describes the public SSH host keys or the RDP certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hostKeys

      Describes the public SSH host keys or the RDP certificate.

      This is a convenience method that creates an instance of the HostKeyAttributes.Builder avoiding the need to create one manually via HostKeyAttributes.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to hostKeys(List<HostKeyAttributes>).

      Parameters:
      hostKeys - a consumer that will call methods on HostKeyAttributes.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: