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(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.objectAttributeList(AttributeKeyAndValue... objectAttributeList) |
The attribute map whose attribute ARN contains the key and attribute value as the map value.
|
CreateObjectRequest.Builder |
CreateObjectRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateObjectRequest.Builder |
CreateObjectRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
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() |
|