Interface DescribeUpdateDirectoryRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeUpdateDirectoryRequest.Builder,
,DescribeUpdateDirectoryRequest> DirectoryRequest.Builder
,SdkBuilder<DescribeUpdateDirectoryRequest.Builder,
,DescribeUpdateDirectoryRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeUpdateDirectoryRequest
@Mutable
@NotThreadSafe
public static interface DescribeUpdateDirectoryRequest.Builder
extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<DescribeUpdateDirectoryRequest.Builder,DescribeUpdateDirectoryRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondirectoryId
(String directoryId) The unique identifier of the directory.TheDescribeUpdateDirectoryResult
.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.regionName
(String regionName) The name of the Region.updateType
(String updateType) The type of updates you want to describe for the directory.updateType
(UpdateType updateType) The type of updates you want to describe for the directory.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.directory.model.DirectoryRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
directoryId
The unique identifier of the directory.
- Parameters:
directoryId
- The unique identifier of the directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateType
The type of updates you want to describe for the directory.
- Parameters:
updateType
- The type of updates you want to describe for the directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updateType
The type of updates you want to describe for the directory.
- Parameters:
updateType
- The type of updates you want to describe for the directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
regionName
The name of the Region.
- Parameters:
regionName
- The name of the Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The
DescribeUpdateDirectoryResult
. NextToken value from a previous call to DescribeUpdateDirectory. Pass null if this is the first call.- Parameters:
nextToken
- TheDescribeUpdateDirectoryResult
. NextToken value from a previous call to DescribeUpdateDirectory. Pass null if this is the first call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeUpdateDirectoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeUpdateDirectoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-