Interface FacetAttributeUpdate.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FacetAttributeUpdate.Builder,,- FacetAttributeUpdate> - SdkBuilder<FacetAttributeUpdate.Builder,,- FacetAttributeUpdate> - SdkPojo
- Enclosing class:
- FacetAttributeUpdate
@Mutable
@NotThreadSafe
public static interface FacetAttributeUpdate.Builder
extends SdkPojo, CopyableBuilder<FacetAttributeUpdate.Builder,FacetAttributeUpdate> 
- 
Method SummaryModifier and TypeMethodDescriptionThe action to perform when updating the attribute.action(UpdateActionType action) The action to perform when updating the attribute.default FacetAttributeUpdate.Builderattribute(Consumer<FacetAttribute.Builder> attribute) The attribute to update.attribute(FacetAttribute attribute) The attribute to update.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
attributeThe attribute to update. - Parameters:
- attribute- The attribute to update.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
attributeThe attribute to update. This is a convenience method that creates an instance of theFacetAttribute.Builderavoiding the need to create one manually viaFacetAttribute.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toattribute(FacetAttribute).- Parameters:
- attribute- a consumer that will call methods on- FacetAttribute.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
actionThe 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:
 
- 
actionThe 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:
 
 
-