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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeClientPropertiesResponse.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 method that creates an instance of theClientPropertiesResult.Builder avoiding the need to
create one manually via
ClientPropertiesResult.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #clientPropertiesList(List.
clientPropertiesList - a consumer that will call methods on
ClientPropertiesResult.Builder#clientPropertiesList(java.util.Collection) Copyright © 2023. All rights reserved.