public static interface DescribeClientPropertiesResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<DescribeClientPropertiesResponse.Builder,DescribeClientPropertiesResponse>
Modifier and Type | Method and Description |
---|---|
DescribeClientPropertiesResponse.Builder |
clientPropertiesList(ClientPropertiesResult... clientPropertiesList)
Information about the specified Amazon WorkSpaces clients.
|
DescribeClientPropertiesResponse.Builder |
clientPropertiesList(Collection<ClientPropertiesResult> clientPropertiesList)
Information about the specified Amazon WorkSpaces clients.
|
DescribeClientPropertiesResponse.Builder |
clientPropertiesList(Consumer<ClientPropertiesResult.Builder>... clientPropertiesList)
Information about the specified Amazon WorkSpaces clients.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeClientPropertiesResponse.Builder clientPropertiesList(Collection<ClientPropertiesResult> clientPropertiesList)
Information about the specified Amazon WorkSpaces clients.
clientPropertiesList
- Information about the specified Amazon WorkSpaces clients.DescribeClientPropertiesResponse.Builder clientPropertiesList(ClientPropertiesResult... clientPropertiesList)
Information about the specified Amazon WorkSpaces clients.
clientPropertiesList
- Information about the specified Amazon WorkSpaces clients.DescribeClientPropertiesResponse.Builder clientPropertiesList(Consumer<ClientPropertiesResult.Builder>... clientPropertiesList)
Information about the specified Amazon WorkSpaces clients.
This is a convenience that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #clientPropertiesList(List)
.clientPropertiesList
- a consumer that will call methods on List.Builder
#clientPropertiesList(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.