CopyableBuilder<GrantAccessResponse.Builder,GrantAccessResponse>
, SdkBuilder<GrantAccessResponse.Builder,GrantAccessResponse>
public static interface GrantAccessResponse.Builder extends CopyableBuilder<GrantAccessResponse.Builder,GrantAccessResponse>
Modifier and Type | Method | Description |
---|---|---|
GrantAccessResponse.Builder |
temporaryCredential(TemporaryCredential temporaryCredential) |
A
TemporaryCredential object that contains the data needed to log in to the instance by RDP
clients, such as the Microsoft Remote Desktop Connection. |
copy
apply, build
GrantAccessResponse.Builder temporaryCredential(TemporaryCredential temporaryCredential)
A TemporaryCredential
object that contains the data needed to log in to the instance by RDP
clients, such as the Microsoft Remote Desktop Connection.
temporaryCredential
- A TemporaryCredential
object that contains the data needed to log in to the instance by
RDP clients, such as the Microsoft Remote Desktop Connection.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.