Interface DescribeDirectoryConfigsResponse.Builder
- All Superinterfaces:
AppStreamResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeDirectoryConfigsResponse.Builder,
,DescribeDirectoryConfigsResponse> SdkBuilder<DescribeDirectoryConfigsResponse.Builder,
,DescribeDirectoryConfigsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeDirectoryConfigsResponse
-
Method Summary
Modifier and TypeMethodDescriptiondirectoryConfigs
(Collection<DirectoryConfig> directoryConfigs) Information about the directory configurations.directoryConfigs
(Consumer<DirectoryConfig.Builder>... directoryConfigs) Information about the directory configurations.directoryConfigs
(DirectoryConfig... directoryConfigs) Information about the directory configurations.The pagination token to use to retrieve the next page of results for this operation.Methods inherited from interface software.amazon.awssdk.services.appstream.model.AppStreamResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
directoryConfigs
DescribeDirectoryConfigsResponse.Builder directoryConfigs(Collection<DirectoryConfig> directoryConfigs) Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.
- Parameters:
directoryConfigs
- Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
directoryConfigs
Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.
- Parameters:
directoryConfigs
- Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
directoryConfigs
DescribeDirectoryConfigsResponse.Builder directoryConfigs(Consumer<DirectoryConfig.Builder>... directoryConfigs) Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.
This is a convenience method that creates an instance of theDirectoryConfig.Builder
avoiding the need to create one manually viaDirectoryConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todirectoryConfigs(List<DirectoryConfig>)
.- Parameters:
directoryConfigs
- a consumer that will call methods onDirectoryConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
- Parameters:
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-