| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateObjectResponse> |
CloudDirectoryAsyncClient.createObject(Consumer<CreateObjectRequest.Builder> createObjectRequest)
Creates an object in a Directory.
|
default CreateObjectResponse |
CloudDirectoryClient.createObject(Consumer<CreateObjectRequest.Builder> createObjectRequest)
Creates an object in a Directory.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateObjectRequest.Builder |
CreateObjectRequest.builder() |
CreateObjectRequest.Builder |
CreateObjectRequest.Builder.directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory in which the object will be
created.
|
CreateObjectRequest.Builder |
CreateObjectRequest.Builder.linkName(String linkName)
The name of link that is used to attach this object to a parent.
|
CreateObjectRequest.Builder |
CreateObjectRequest.Builder.objectAttributeList(AttributeKeyAndValue... objectAttributeList)
The attribute map whose attribute ARN contains the key and attribute value as the map value.
|
CreateObjectRequest.Builder |
CreateObjectRequest.Builder.objectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
The attribute map whose attribute ARN contains the key and attribute value as the map value.
|
CreateObjectRequest.Builder |
CreateObjectRequest.Builder.objectAttributeList(Consumer<AttributeKeyAndValue.Builder>... objectAttributeList)
The attribute map whose attribute ARN contains the key and attribute value as the map value.
|
CreateObjectRequest.Builder |
CreateObjectRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateObjectRequest.Builder |
CreateObjectRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateObjectRequest.Builder |
CreateObjectRequest.Builder.parentReference(Consumer<ObjectReference.Builder> parentReference)
If specified, the parent reference to which this object will be attached.
|
CreateObjectRequest.Builder |
CreateObjectRequest.Builder.parentReference(ObjectReference parentReference)
If specified, the parent reference to which this object will be attached.
|
CreateObjectRequest.Builder |
CreateObjectRequest.Builder.schemaFacets(Collection<SchemaFacet> schemaFacets)
A list of schema facets to be associated with the object.
|
CreateObjectRequest.Builder |
CreateObjectRequest.Builder.schemaFacets(Consumer<SchemaFacet.Builder>... schemaFacets)
A list of schema facets to be associated with the object.
|
CreateObjectRequest.Builder |
CreateObjectRequest.Builder.schemaFacets(SchemaFacet... schemaFacets)
A list of schema facets to be associated with the object.
|
CreateObjectRequest.Builder |
CreateObjectRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateObjectRequest.Builder> |
CreateObjectRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.