Interface TypedLinkFacetAttributeUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TypedLinkFacetAttributeUpdate.Builder,TypedLinkFacetAttributeUpdate>,SdkBuilder<TypedLinkFacetAttributeUpdate.Builder,TypedLinkFacetAttributeUpdate>,SdkPojo
- Enclosing class:
- TypedLinkFacetAttributeUpdate
public static interface TypedLinkFacetAttributeUpdate.Builder extends SdkPojo, CopyableBuilder<TypedLinkFacetAttributeUpdate.Builder,TypedLinkFacetAttributeUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description TypedLinkFacetAttributeUpdate.Builderaction(String action)The action to perform when updating the attribute.TypedLinkFacetAttributeUpdate.Builderaction(UpdateActionType action)The action to perform when updating the attribute.default TypedLinkFacetAttributeUpdate.Builderattribute(Consumer<TypedLinkAttributeDefinition.Builder> attribute)The attribute to update.TypedLinkFacetAttributeUpdate.Builderattribute(TypedLinkAttributeDefinition attribute)The attribute to update.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
attribute
TypedLinkFacetAttributeUpdate.Builder attribute(TypedLinkAttributeDefinition attribute)
The attribute to update.
- Parameters:
attribute- The attribute to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attribute
default TypedLinkFacetAttributeUpdate.Builder attribute(Consumer<TypedLinkAttributeDefinition.Builder> attribute)
The attribute to update.
This is a convenience method that creates an instance of theTypedLinkAttributeDefinition.Builderavoiding the need to create one manually viaTypedLinkAttributeDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toattribute(TypedLinkAttributeDefinition).- Parameters:
attribute- a consumer that will call methods onTypedLinkAttributeDefinition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
attribute(TypedLinkAttributeDefinition)
-
action
TypedLinkFacetAttributeUpdate.Builder action(String action)
The action to perform when updating the attribute.
- Parameters:
action- The action to perform when updating the attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UpdateActionType,UpdateActionType
-
action
TypedLinkFacetAttributeUpdate.Builder action(UpdateActionType action)
The action to perform when updating the attribute.
- Parameters:
action- The action to perform when updating the attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UpdateActionType,UpdateActionType
-
-