public static interface GetPasswordDataResponse.Builder extends Ec2Response.Builder, SdkPojo, 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. 
 | 
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, 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.