Interface DetachTypedLinkRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudDirectoryRequest.Builder,CopyableBuilder<DetachTypedLinkRequest.Builder,DetachTypedLinkRequest>,SdkBuilder<DetachTypedLinkRequest.Builder,DetachTypedLinkRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DetachTypedLinkRequest
public static interface DetachTypedLinkRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<DetachTypedLinkRequest.Builder,DetachTypedLinkRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DetachTypedLinkRequest.BuilderdirectoryArn(String directoryArn)The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.DetachTypedLinkRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DetachTypedLinkRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default DetachTypedLinkRequest.BuildertypedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)Used to accept a typed link specifier as input.DetachTypedLinkRequest.BuildertypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)Used to accept a typed link specifier as input.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
directoryArn
DetachTypedLinkRequest.Builder directoryArn(String directoryArn)
The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.
- Parameters:
directoryArn- The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typedLinkSpecifier
DetachTypedLinkRequest.Builder typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Used to accept a typed link specifier as input.
- Parameters:
typedLinkSpecifier- Used to accept a typed link specifier as input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typedLinkSpecifier
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.Builderavoiding the need to create one manually viaTypedLinkSpecifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totypedLinkSpecifier(TypedLinkSpecifier).- Parameters:
typedLinkSpecifier- a consumer that will call methods onTypedLinkSpecifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
typedLinkSpecifier(TypedLinkSpecifier)
-
overrideConfiguration
DetachTypedLinkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DetachTypedLinkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-