public static interface TypedLinkFacetAttributeUpdate.Builder extends SdkPojo, CopyableBuilder<TypedLinkFacetAttributeUpdate.Builder,TypedLinkFacetAttributeUpdate>
| Modifier and Type | Method and Description |
|---|---|
TypedLinkFacetAttributeUpdate.Builder |
action(String action)
The action to perform when updating the attribute.
|
TypedLinkFacetAttributeUpdate.Builder |
action(UpdateActionType action)
The action to perform when updating the attribute.
|
default TypedLinkFacetAttributeUpdate.Builder |
attribute(Consumer<TypedLinkAttributeDefinition.Builder> attribute)
The attribute to update.
|
TypedLinkFacetAttributeUpdate.Builder |
attribute(TypedLinkAttributeDefinition attribute)
The attribute to update.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTypedLinkFacetAttributeUpdate.Builder attribute(TypedLinkAttributeDefinition attribute)
The attribute to update.
attribute - The attribute to update.default TypedLinkFacetAttributeUpdate.Builder attribute(Consumer<TypedLinkAttributeDefinition.Builder> attribute)
The attribute to update.
This is a convenience method that creates an instance of theTypedLinkAttributeDefinition.Builder
avoiding the need to create one manually via TypedLinkAttributeDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to attribute(TypedLinkAttributeDefinition).
attribute - a consumer that will call methods on TypedLinkAttributeDefinition.Builderattribute(TypedLinkAttributeDefinition)TypedLinkFacetAttributeUpdate.Builder action(String action)
The action to perform when updating the attribute.
action - The action to perform when updating the attribute.UpdateActionType,
UpdateActionTypeTypedLinkFacetAttributeUpdate.Builder action(UpdateActionType action)
The action to perform when updating the attribute.
action - The action to perform when updating the attribute.UpdateActionType,
UpdateActionTypeCopyright © 2022. All rights reserved.