public static interface GetPasswordDataResponse.Builder extends EC2Response.Builder, CopyableBuilder<GetPasswordDataResponse.Builder,GetPasswordDataResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPasswordDataResponse.Builder |
instanceId(String instanceId)
The ID of the Windows instance.
|
GetPasswordDataResponse.Builder |
passwordData(String passwordData)
The password of the instance.
|
GetPasswordDataResponse.Builder |
timestamp(Instant timestamp)
The time the data was last updated.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetPasswordDataResponse.Builder instanceId(String instanceId)
The ID of the Windows instance.
instanceId - The ID of the Windows instance.GetPasswordDataResponse.Builder passwordData(String passwordData)
The password of the instance. Returns an empty string if the password is not available.
passwordData - The password of the instance. Returns an empty string if the password is not available.GetPasswordDataResponse.Builder timestamp(Instant timestamp)
The time the data was last updated.
timestamp - The time the data was last updated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.