public static interface RemoveFacetFromObjectRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<RemoveFacetFromObjectRequest.Builder,RemoveFacetFromObjectRequest>
build
overrideConfiguration
copy
applyMutation, 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. See SchemaFacet for details.
schemaFacet
- The facet to remove. See SchemaFacet for details.default RemoveFacetFromObjectRequest.Builder schemaFacet(Consumer<SchemaFacet.Builder> schemaFacet)
The facet to remove. See SchemaFacet for details.
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.RemoveFacetFromObjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.