public static interface DescribeUpdateDirectoryRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<DescribeUpdateDirectoryRequest.Builder,DescribeUpdateDirectoryRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeUpdateDirectoryRequest.Builder |
directoryId(String directoryId)
The unique identifier of the directory.
|
DescribeUpdateDirectoryRequest.Builder |
nextToken(String nextToken)
The
DescribeUpdateDirectoryResult. |
DescribeUpdateDirectoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeUpdateDirectoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeUpdateDirectoryRequest.Builder |
regionName(String regionName)
The name of the Region.
|
DescribeUpdateDirectoryRequest.Builder |
updateType(String updateType)
The type of updates you want to describe for the directory.
|
DescribeUpdateDirectoryRequest.Builder |
updateType(UpdateType updateType)
The type of updates you want to describe for the directory.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeUpdateDirectoryRequest.Builder directoryId(String directoryId)
The unique identifier of the directory.
directoryId - The unique identifier of the directory.DescribeUpdateDirectoryRequest.Builder updateType(String updateType)
The type of updates you want to describe for the directory.
updateType - The type of updates you want to describe for the directory.UpdateType,
UpdateTypeDescribeUpdateDirectoryRequest.Builder updateType(UpdateType updateType)
The type of updates you want to describe for the directory.
updateType - The type of updates you want to describe for the directory.UpdateType,
UpdateTypeDescribeUpdateDirectoryRequest.Builder regionName(String regionName)
The name of the Region.
regionName - The name of the Region.DescribeUpdateDirectoryRequest.Builder nextToken(String nextToken)
The DescribeUpdateDirectoryResult. NextToken value from a previous call to
DescribeUpdateDirectory. Pass null if this is the first call.
nextToken - The DescribeUpdateDirectoryResult. NextToken value from a previous call to
DescribeUpdateDirectory. Pass null if this is the first call.DescribeUpdateDirectoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeUpdateDirectoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.