Cloneable, ReadLimitInfo, ToCopyableBuilder<UpdateFacetRequest.Builder,UpdateFacetRequest>@Generated("software.amazon.awssdk:codegen") public class UpdateFacetRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateFacetRequest.Builder,UpdateFacetRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
UpdateFacetRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
List<FacetAttributeUpdate> |
attributeUpdates() |
List of attributes that need to be updated in a given schema Facet.
|
static UpdateFacetRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the facet.
|
String |
objectType() |
The object type that is associated with the facet.
|
String |
schemaArn() |
The Amazon Resource Name (ARN) that is associated with the Facet.
|
static Class<? extends UpdateFacetRequest.Builder> |
serializableBuilderClass() |
|
UpdateFacetRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String schemaArn()
public String name()
The name of the facet.
public List<FacetAttributeUpdate> attributeUpdates()
List of attributes that need to be updated in a given schema Facet. Each attribute is followed by
AttributeAction, which specifies the type of update operation to perform.
AttributeAction, which specifies the type of update operation to perform.public String objectType()
The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.
ObjectTypepublic UpdateFacetRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<UpdateFacetRequest.Builder,UpdateFacetRequest>public static UpdateFacetRequest.Builder builder()
public static Class<? extends UpdateFacetRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.