public static interface ClientPropertiesResult.Builder extends SdkPojo, CopyableBuilder<ClientPropertiesResult.Builder,ClientPropertiesResult>
| Modifier and Type | Method and Description |
|---|---|
ClientPropertiesResult.Builder |
clientProperties(ClientProperties clientProperties)
Information about the Amazon WorkSpaces client.
|
default ClientPropertiesResult.Builder |
clientProperties(Consumer<ClientProperties.Builder> clientProperties)
Information about the Amazon WorkSpaces client.
|
ClientPropertiesResult.Builder |
resourceId(String resourceId)
The resource identifier, in the form of a directory ID.
|
copyapplyMutation, buildClientPropertiesResult.Builder resourceId(String resourceId)
The resource identifier, in the form of a directory ID.
resourceId - The resource identifier, in the form of a directory ID.ClientPropertiesResult.Builder clientProperties(ClientProperties clientProperties)
Information about the Amazon WorkSpaces client.
clientProperties - Information about the Amazon WorkSpaces client.default ClientPropertiesResult.Builder clientProperties(Consumer<ClientProperties.Builder> clientProperties)
Information about the Amazon WorkSpaces client.
This is a convenience that creates an instance of theClientProperties.Builder avoiding the need to
create one manually via ClientProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to clientProperties(ClientProperties).clientProperties - a consumer that will call methods on ClientProperties.BuilderclientProperties(ClientProperties)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.