Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateObjectRequest.Builder,CreateObjectRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateObjectRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateObjectRequest.Builder,CreateObjectRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateObjectRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateObjectRequest.Builder |
builder() |
|
String |
directoryArn() |
The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be created.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
linkName() |
The name of link that is used to attach this object to a parent.
|
List<AttributeKeyAndValue> |
objectAttributeList() |
The attribute map whose attribute ARN contains the key and attribute value as the map value.
|
ObjectReference |
parentReference() |
If specified, the parent reference to which this object will be attached.
|
List<SchemaFacet> |
schemaFacets() |
A list of schema facets to be associated with the object that contains
SchemaArn and facet name. |
static Class<? extends CreateObjectRequest.Builder> |
serializableBuilderClass() |
|
CreateObjectRequest.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 directoryArn()
public List<SchemaFacet> schemaFacets()
A list of schema facets to be associated with the object that contains SchemaArn
and facet name. For
more information, see arns.
SchemaArn
and facet
name. For more information, see arns.public List<AttributeKeyAndValue> objectAttributeList()
The attribute map whose attribute ARN contains the key and attribute value as the map value.
public ObjectReference parentReference()
If specified, the parent reference to which this object will be attached.
public String linkName()
The name of link that is used to attach this object to a parent.
public CreateObjectRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateObjectRequest.Builder,CreateObjectRequest>
public static CreateObjectRequest.Builder builder()
public static Class<? extends CreateObjectRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.