public static interface DescribeSettingsResponse.Builder extends DirectoryResponse.Builder, SdkPojo, CopyableBuilder<DescribeSettingsResponse.Builder,DescribeSettingsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSettingsResponse.Builder |
directoryId(String directoryId)
The identifier of the directory.
|
DescribeSettingsResponse.Builder |
nextToken(String nextToken)
If not null, token that indicates that more results are available.
|
DescribeSettingsResponse.Builder |
settingEntries(Collection<SettingEntry> settingEntries)
The list of SettingEntry objects that were retrieved.
|
DescribeSettingsResponse.Builder |
settingEntries(Consumer<SettingEntry.Builder>... settingEntries)
The list of SettingEntry objects that were retrieved.
|
DescribeSettingsResponse.Builder |
settingEntries(SettingEntry... settingEntries)
The list of SettingEntry objects that were retrieved.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSettingsResponse.Builder directoryId(String directoryId)
The identifier of the directory.
directoryId - The identifier of the directory.DescribeSettingsResponse.Builder settingEntries(Collection<SettingEntry> settingEntries)
The list of SettingEntry objects that were retrieved.
It is possible that this list contains less than the number of items specified in the Limit
member of the request. This occurs if there are less than the requested number of items left to retrieve, or
if the limitations of the operation have been exceeded.
settingEntries - The list of SettingEntry objects that were retrieved.
It is possible that this list contains less than the number of items specified in the
Limit member of the request. This occurs if there are less than the requested number of
items left to retrieve, or if the limitations of the operation have been exceeded.
DescribeSettingsResponse.Builder settingEntries(SettingEntry... settingEntries)
The list of SettingEntry objects that were retrieved.
It is possible that this list contains less than the number of items specified in the Limit
member of the request. This occurs if there are less than the requested number of items left to retrieve, or
if the limitations of the operation have been exceeded.
settingEntries - The list of SettingEntry objects that were retrieved.
It is possible that this list contains less than the number of items specified in the
Limit member of the request. This occurs if there are less than the requested number of
items left to retrieve, or if the limitations of the operation have been exceeded.
DescribeSettingsResponse.Builder settingEntries(Consumer<SettingEntry.Builder>... settingEntries)
The list of SettingEntry objects that were retrieved.
It is possible that this list contains less than the number of items specified in the Limit
member of the request. This occurs if there are less than the requested number of items left to retrieve, or
if the limitations of the operation have been exceeded.
SettingEntry.Builder avoiding the need to create one
manually via SettingEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #settingEntries(List.
settingEntries - a consumer that will call methods on
SettingEntry.Builder#settingEntries(java.util.Collection) DescribeSettingsResponse.Builder nextToken(String nextToken)
If not null, token that indicates that more results are available. Pass this value for the
NextToken parameter in a subsequent call to DescribeSettings to retrieve the next
set of items.
nextToken - If not null, token that indicates that more results are available. Pass this value for the
NextToken parameter in a subsequent call to DescribeSettings to retrieve the
next set of items.Copyright © 2022. All rights reserved.