public static interface UnshareDirectoryRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<UnshareDirectoryRequest.Builder,UnshareDirectoryRequest>
| Modifier and Type | Method and Description |
|---|---|
UnshareDirectoryRequest.Builder |
directoryId(String directoryId)
The identifier of the Managed Microsoft AD directory that you want to stop sharing.
|
UnshareDirectoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UnshareDirectoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UnshareDirectoryRequest.Builder |
unshareTarget(Consumer<UnshareTarget.Builder> unshareTarget)
Identifier for the directory consumer account with whom the directory has to be unshared.
|
UnshareDirectoryRequest.Builder |
unshareTarget(UnshareTarget unshareTarget)
Identifier for the directory consumer account with whom the directory has to be unshared.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUnshareDirectoryRequest.Builder directoryId(String directoryId)
The identifier of the Managed Microsoft AD directory that you want to stop sharing.
directoryId - The identifier of the Managed Microsoft AD directory that you want to stop sharing.UnshareDirectoryRequest.Builder unshareTarget(UnshareTarget unshareTarget)
Identifier for the directory consumer account with whom the directory has to be unshared.
unshareTarget - Identifier for the directory consumer account with whom the directory has to be unshared.default UnshareDirectoryRequest.Builder unshareTarget(Consumer<UnshareTarget.Builder> unshareTarget)
Identifier for the directory consumer account with whom the directory has to be unshared.
This is a convenience method that creates an instance of theUnshareTarget.Builder avoiding the need
to create one manually via UnshareTarget.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to unshareTarget(UnshareTarget).
unshareTarget - a consumer that will call methods on UnshareTarget.BuilderunshareTarget(UnshareTarget)UnshareDirectoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUnshareDirectoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.