public static interface RemoveFacetFromObjectRequest.Builder extends CloudDirectoryRequest.Builder, CopyableBuilder<RemoveFacetFromObjectRequest.Builder,RemoveFacetFromObjectRequest>
Modifier and Type | Method and Description |
---|---|
RemoveFacetFromObjectRequest.Builder |
directoryArn(String directoryArn)
The ARN of the directory in which the object resides.
|
default RemoveFacetFromObjectRequest.Builder |
objectReference(Consumer<ObjectReference.Builder> objectReference)
A reference to the object to remove the facet from.
|
RemoveFacetFromObjectRequest.Builder |
objectReference(ObjectReference objectReference)
A reference to the object to remove the facet from.
|
RemoveFacetFromObjectRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
default RemoveFacetFromObjectRequest.Builder |
schemaFacet(Consumer<SchemaFacet.Builder> schemaFacet)
The facet to remove.
|
RemoveFacetFromObjectRequest.Builder |
schemaFacet(SchemaFacet schemaFacet)
The facet to remove.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
RemoveFacetFromObjectRequest.Builder directoryArn(String directoryArn)
The ARN of the directory in which the object resides.
directoryArn
- The ARN of the directory in which the object resides.RemoveFacetFromObjectRequest.Builder schemaFacet(SchemaFacet schemaFacet)
The facet to remove.
schemaFacet
- The facet to remove.default RemoveFacetFromObjectRequest.Builder schemaFacet(Consumer<SchemaFacet.Builder> schemaFacet)
The facet to remove.
This is a convenience that creates an instance of theSchemaFacet.Builder
avoiding the need to create
one manually via SchemaFacet.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to schemaFacet(SchemaFacet)
.schemaFacet
- a consumer that will call methods on SchemaFacet.Builder
schemaFacet(SchemaFacet)
RemoveFacetFromObjectRequest.Builder objectReference(ObjectReference objectReference)
A reference to the object to remove the facet from.
objectReference
- A reference to the object to remove the facet from.default RemoveFacetFromObjectRequest.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
A reference to the object to remove the facet from.
This is a convenience that creates an instance of theObjectReference.Builder
avoiding the need to
create one manually via ObjectReference.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to objectReference(ObjectReference)
.objectReference
- a consumer that will call methods on ObjectReference.Builder
objectReference(ObjectReference)
RemoveFacetFromObjectRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.