CopyableBuilder<FacetAttributeUpdate.Builder,FacetAttributeUpdate>
, SdkBuilder<FacetAttributeUpdate.Builder,FacetAttributeUpdate>
public static interface FacetAttributeUpdate.Builder extends CopyableBuilder<FacetAttributeUpdate.Builder,FacetAttributeUpdate>
Modifier and Type | Method | Description |
---|---|---|
FacetAttributeUpdate.Builder |
action(String action) |
The action to perform when updating the attribute.
|
FacetAttributeUpdate.Builder |
action(UpdateActionType action) |
The action to perform when updating the attribute.
|
FacetAttributeUpdate.Builder |
attribute(FacetAttribute attribute) |
The attribute to update.
|
copy
apply, build
FacetAttributeUpdate.Builder attribute(FacetAttribute attribute)
The attribute to update.
attribute
- The attribute to update.FacetAttributeUpdate.Builder action(String action)
The action to perform when updating the attribute.
action
- The action to perform when updating the attribute.UpdateActionType
FacetAttributeUpdate.Builder action(UpdateActionType action)
The action to perform when updating the attribute.
action
- The action to perform when updating the attribute.UpdateActionType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.