public static interface DetachTypedLinkRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<DetachTypedLinkRequest.Builder,DetachTypedLinkRequest>
| Modifier and Type | Method and Description |
|---|---|
DetachTypedLinkRequest.Builder |
directoryArn(String directoryArn)
The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.
|
DetachTypedLinkRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DetachTypedLinkRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default DetachTypedLinkRequest.Builder |
typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Used to accept a typed link specifier as input.
|
DetachTypedLinkRequest.Builder |
typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Used to accept a typed link specifier as input.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDetachTypedLinkRequest.Builder directoryArn(String directoryArn)
The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.
directoryArn - The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.DetachTypedLinkRequest.Builder typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Used to accept a typed link specifier as input.
typedLinkSpecifier - Used to accept a typed link specifier as input.default DetachTypedLinkRequest.Builder typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Used to accept a typed link specifier as input.
This is a convenience method that creates an instance of theTypedLinkSpecifier.Builder avoiding the
need to create one manually via TypedLinkSpecifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to typedLinkSpecifier(TypedLinkSpecifier).
typedLinkSpecifier - a consumer that will call methods on TypedLinkSpecifier.BuildertypedLinkSpecifier(TypedLinkSpecifier)DetachTypedLinkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDetachTypedLinkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.