Interface DescribeUpdateDirectoryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeUpdateDirectoryResponse.Builder,DescribeUpdateDirectoryResponse>,DirectoryResponse.Builder,SdkBuilder<DescribeUpdateDirectoryResponse.Builder,DescribeUpdateDirectoryResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeUpdateDirectoryResponse
public static interface DescribeUpdateDirectoryResponse.Builder extends DirectoryResponse.Builder, SdkPojo, CopyableBuilder<DescribeUpdateDirectoryResponse.Builder,DescribeUpdateDirectoryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeUpdateDirectoryResponse.BuildernextToken(String nextToken)If not null, more results are available.DescribeUpdateDirectoryResponse.BuilderupdateActivities(Collection<UpdateInfoEntry> updateActivities)The list of update activities on a directory for the requested update type.DescribeUpdateDirectoryResponse.BuilderupdateActivities(Consumer<UpdateInfoEntry.Builder>... updateActivities)The list of update activities on a directory for the requested update type.DescribeUpdateDirectoryResponse.BuilderupdateActivities(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 Detail
-
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
DescribeUpdateDirectoryResponse.Builder updateActivities(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
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.Builderavoiding the need to create one manually viaUpdateInfoEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#updateActivities(List.) - 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:
#updateActivities(java.util.Collection)
-
nextToken
DescribeUpdateDirectoryResponse.Builder nextToken(String nextToken)
If not null, more results are available. Pass this value for the
NextTokenparameter.- Parameters:
nextToken- If not null, more results are available. Pass this value for theNextTokenparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-