Interface BatchAttachTypedLinkResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchAttachTypedLinkResponse.Builder,BatchAttachTypedLinkResponse>,SdkBuilder<BatchAttachTypedLinkResponse.Builder,BatchAttachTypedLinkResponse>,SdkPojo
- Enclosing class:
- BatchAttachTypedLinkResponse
public static interface BatchAttachTypedLinkResponse.Builder extends SdkPojo, CopyableBuilder<BatchAttachTypedLinkResponse.Builder,BatchAttachTypedLinkResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default BatchAttachTypedLinkResponse.BuildertypedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)Returns a typed link specifier as output.BatchAttachTypedLinkResponse.BuildertypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)Returns a typed link specifier as output.-
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
BatchAttachTypedLinkResponse.Builder typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
- Parameters:
typedLinkSpecifier- Returns a typed link specifier as output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typedLinkSpecifier
default BatchAttachTypedLinkResponse.Builder typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Returns a typed link specifier as output.
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)
-
-