public static interface LFTagError.Builder extends SdkPojo, CopyableBuilder<LFTagError.Builder,LFTagError>
| Modifier and Type | Method and Description |
|---|---|
default LFTagError.Builder |
error(Consumer<ErrorDetail.Builder> error)
An error that occurred with the attachment or detachment of the LF-tag.
|
LFTagError.Builder |
error(ErrorDetail error)
An error that occurred with the attachment or detachment of the LF-tag.
|
default LFTagError.Builder |
lfTag(Consumer<LFTagPair.Builder> lfTag)
The key-name of the LF-tag.
|
LFTagError.Builder |
lfTag(LFTagPair lfTag)
The key-name of the LF-tag.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLFTagError.Builder lfTag(LFTagPair lfTag)
The key-name of the LF-tag.
lfTag - The key-name of the LF-tag.default LFTagError.Builder lfTag(Consumer<LFTagPair.Builder> lfTag)
The key-name of the LF-tag.
This is a convenience method that creates an instance of theLFTagPair.Builder avoiding the need to
create one manually via LFTagPair.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to lfTag(LFTagPair).
lfTag - a consumer that will call methods on LFTagPair.BuilderlfTag(LFTagPair)LFTagError.Builder error(ErrorDetail error)
An error that occurred with the attachment or detachment of the LF-tag.
error - An error that occurred with the attachment or detachment of the LF-tag.default LFTagError.Builder error(Consumer<ErrorDetail.Builder> error)
An error that occurred with the attachment or detachment of the LF-tag.
This is a convenience method that creates an instance of theErrorDetail.Builder avoiding the need to
create one manually via ErrorDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to error(ErrorDetail).
error - a consumer that will call methods on ErrorDetail.Buildererror(ErrorDetail)Copyright © 2023. All rights reserved.