Interface BatchDetachTypedLink.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchDetachTypedLink.Builder,BatchDetachTypedLink>,SdkBuilder<BatchDetachTypedLink.Builder,BatchDetachTypedLink>,SdkPojo
- Enclosing class:
- BatchDetachTypedLink
public static interface BatchDetachTypedLink.Builder extends SdkPojo, CopyableBuilder<BatchDetachTypedLink.Builder,BatchDetachTypedLink>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default BatchDetachTypedLink.BuildertypedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)Used to accept a typed link specifier as input.BatchDetachTypedLink.BuildertypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)Used to accept a typed link specifier as input.-
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
-
typedLinkSpecifier
BatchDetachTypedLink.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 BatchDetachTypedLink.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)
-
-