public static interface BatchAttachTypedLinkResponse.Builder extends SdkPojo, CopyableBuilder<BatchAttachTypedLinkResponse.Builder,BatchAttachTypedLinkResponse>
| Modifier and Type | Method and Description |
|---|---|
default BatchAttachTypedLinkResponse.Builder |
typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Returns a typed link specifier as output.
|
BatchAttachTypedLinkResponse.Builder |
typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchAttachTypedLinkResponse.Builder typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
typedLinkSpecifier - Returns a typed link specifier as output.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.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)Copyright © 2022. All rights reserved.