Interface DescribeDirectoryConfigsResponse.Builder
-
- All Superinterfaces:
AppStreamResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<DescribeDirectoryConfigsResponse.Builder,DescribeDirectoryConfigsResponse>,SdkBuilder<DescribeDirectoryConfigsResponse.Builder,DescribeDirectoryConfigsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeDirectoryConfigsResponse
public static interface DescribeDirectoryConfigsResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<DescribeDirectoryConfigsResponse.Builder,DescribeDirectoryConfigsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeDirectoryConfigsResponse.BuilderdirectoryConfigs(Collection<DirectoryConfig> directoryConfigs)Information about the directory configurations.DescribeDirectoryConfigsResponse.BuilderdirectoryConfigs(Consumer<DirectoryConfig.Builder>... directoryConfigs)Information about the directory configurations.DescribeDirectoryConfigsResponse.BuilderdirectoryConfigs(DirectoryConfig... directoryConfigs)Information about the directory configurations.DescribeDirectoryConfigsResponse.BuildernextToken(String nextToken)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 Detail
-
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
DescribeDirectoryConfigsResponse.Builder directoryConfigs(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
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.Builderavoiding the need to create one manually viaDirectoryConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#directoryConfigs(List.) - 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:
#directoryConfigs(java.util.Collection)
-
nextToken
DescribeDirectoryConfigsResponse.Builder nextToken(String 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.
-
-