Interface DescribeUpdateDirectoryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeUpdateDirectoryResponse.Builder,
,DescribeUpdateDirectoryResponse> DirectoryResponse.Builder
,SdkBuilder<DescribeUpdateDirectoryResponse.Builder,
,DescribeUpdateDirectoryResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeUpdateDirectoryResponse
@Mutable
@NotThreadSafe
public static interface DescribeUpdateDirectoryResponse.Builder
extends DirectoryResponse.Builder, SdkPojo, CopyableBuilder<DescribeUpdateDirectoryResponse.Builder,DescribeUpdateDirectoryResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIf not null, more results are available.updateActivities
(Collection<UpdateInfoEntry> updateActivities) The list of update activities on a directory for the requested update type.updateActivities
(Consumer<UpdateInfoEntry.Builder>... updateActivities) The list of update activities on a directory for the requested update type.updateActivities
(UpdateInfoEntry... updateActivities) The list of update activities on a directory for the requested update type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.directory.model.DirectoryResponse.Builder
build, responseMetadata, responseMetadata
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
-
updateActivities
DescribeUpdateDirectoryResponse.Builder updateActivities(Collection<UpdateInfoEntry> updateActivities) The list of update activities on a directory for the requested update type.
- Parameters:
updateActivities
- The list of update activities on a directory for the requested update type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateActivities
The list of update activities on a directory for the requested update type.
- Parameters:
updateActivities
- The list of update activities on a directory for the requested update type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateActivities
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 viaUpdateInfoEntry.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toupdateActivities(List<UpdateInfoEntry>)
.- Parameters:
updateActivities
- a consumer that will call methods onUpdateInfoEntry.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If not null, more results are available. Pass this value for the
NextToken
parameter.- Parameters:
nextToken
- If not null, more results are available. Pass this value for theNextToken
parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-