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 tag.
|
LFTagError.Builder |
error(ErrorDetail error)
An error that occurred with the attachment or detachment of the tag.
|
default LFTagError.Builder |
lfTag(Consumer<LFTagPair.Builder> lfTag)
The key-name of the tag.
|
LFTagError.Builder |
lfTag(LFTagPair lfTag)
The key-name of the tag.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLFTagError.Builder lfTag(LFTagPair lfTag)
The key-name of the tag.
lfTag - The key-name of the tag.default LFTagError.Builder lfTag(Consumer<LFTagPair.Builder> lfTag)
The key-name of the tag.
This is a convenience 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 tag.
error - An error that occurred with the attachment or detachment of the tag.default LFTagError.Builder error(Consumer<ErrorDetail.Builder> error)
An error that occurred with the attachment or detachment of the tag.
This is a convenience 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 © 2021. All rights reserved.