Interface GetPasswordDataResponse.Builder

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

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

    • instanceId

      GetPasswordDataResponse.Builder instanceId(String instanceId)

      The ID of the Windows instance.

      Parameters:
      instanceId - The ID of the Windows instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • passwordData

      GetPasswordDataResponse.Builder passwordData(String passwordData)

      The password of the instance. Returns an empty string if the password is not available.

      Parameters:
      passwordData - The password of the instance. Returns an empty string if the password is not available.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timestamp

      The time the data was last updated.

      Parameters:
      timestamp - The time the data was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.