public static interface AttachTypedLinkResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<AttachTypedLinkResponse.Builder,AttachTypedLinkResponse>
| Modifier and Type | Method and Description |
|---|---|
default AttachTypedLinkResponse.Builder |
typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Returns a typed link specifier as output.
|
AttachTypedLinkResponse.Builder |
typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAttachTypedLinkResponse.Builder typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
typedLinkSpecifier - Returns a typed link specifier as output.default AttachTypedLinkResponse.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.