CopyableBuilder<GetPasswordDataResponse.Builder,GetPasswordDataResponse>
, SdkBuilder<GetPasswordDataResponse.Builder,GetPasswordDataResponse>
public static interface GetPasswordDataResponse.Builder extends CopyableBuilder<GetPasswordDataResponse.Builder,GetPasswordDataResponse>
Modifier and Type | Method | 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(Date timestamp) |
The time the data was last updated.
|
copy
apply, build
GetPasswordDataResponse.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.
passwordData
- The password of the instance.GetPasswordDataResponse.Builder timestamp(Date 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.