Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateFacetRequest.Builder,CreateFacetRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateFacetRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateFacetRequest.Builder,CreateFacetRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateFacetRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
List<FacetAttribute> |
attributes() |
The attributes that are associated with the Facet.
|
static CreateFacetRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the Facet, which is unique for a given schema.
|
String |
objectType() |
Specifies whether a given object created from this facet is of type node, leaf node, policy or index.
|
String |
schemaArn() |
The schema ARN in which the new Facet will be created.
|
static Class<? extends CreateFacetRequest.Builder> |
serializableBuilderClass() |
|
CreateFacetRequest.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, withSdkClientExecutionTimeout
public String schemaArn()
public String name()
The name of the Facet, which is unique for a given schema.
public List<FacetAttribute> attributes()
The attributes that are associated with the Facet.
public String objectType()
Specifies whether a given object created from this facet is of type node, leaf node, policy or index.
Node: Can have multiple children but one parent.
Leaf node: Cannot have children but can have multiple parents.
Policy: Allows you to store a policy document and policy type. For more information, see Policies.
Index: Can be created with the Index API.
Node: Can have multiple children but one parent.
Leaf node: Cannot have children but can have multiple parents.
Policy: Allows you to store a policy document and policy type. For more information, see Policies.
Index: Can be created with the Index API.
ObjectType
public CreateFacetRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateFacetRequest.Builder,CreateFacetRequest>
public static CreateFacetRequest.Builder builder()
public static Class<? extends CreateFacetRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.