public static interface DescribeUpdateDirectoryResponse.Builder extends DirectoryResponse.Builder, SdkPojo, CopyableBuilder<DescribeUpdateDirectoryResponse.Builder,DescribeUpdateDirectoryResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeUpdateDirectoryResponse.Builder |
nextToken(String nextToken)
If not null, more results are available.
|
DescribeUpdateDirectoryResponse.Builder |
updateActivities(Collection<UpdateInfoEntry> updateActivities)
The list of update activities on a directory for the requested update type.
|
DescribeUpdateDirectoryResponse.Builder |
updateActivities(Consumer<UpdateInfoEntry.Builder>... updateActivities)
The list of update activities on a directory for the requested update type.
|
DescribeUpdateDirectoryResponse.Builder |
updateActivities(UpdateInfoEntry... updateActivities)
The list of update activities on a directory for the requested update type.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeUpdateDirectoryResponse.Builder updateActivities(Collection<UpdateInfoEntry> updateActivities)
The list of update activities on a directory for the requested update type.
updateActivities - The list of update activities on a directory for the requested update type.DescribeUpdateDirectoryResponse.Builder updateActivities(UpdateInfoEntry... updateActivities)
The list of update activities on a directory for the requested update type.
updateActivities - The list of update activities on a directory for the requested update type.DescribeUpdateDirectoryResponse.Builder updateActivities(Consumer<UpdateInfoEntry.Builder>... updateActivities)
The list of update activities on a directory for the requested update type.
This is a convenience method that creates an instance of theUpdateInfoEntry.Builder avoiding the need to create
one manually via UpdateInfoEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #updateActivities(List.
updateActivities - a consumer that will call methods on
UpdateInfoEntry.Builder#updateActivities(java.util.Collection) DescribeUpdateDirectoryResponse.Builder nextToken(String nextToken)
If not null, more results are available. Pass this value for the NextToken parameter.
nextToken - If not null, more results are available. Pass this value for the NextToken parameter.Copyright © 2023. All rights reserved.