CopyableBuilder<AddFacetToObjectRequest.Builder,AddFacetToObjectRequest>
, SdkBuilder<AddFacetToObjectRequest.Builder,AddFacetToObjectRequest>
public static interface AddFacetToObjectRequest.Builder extends CopyableBuilder<AddFacetToObjectRequest.Builder,AddFacetToObjectRequest>
Modifier and Type | Method | Description |
---|---|---|
AddFacetToObjectRequest.Builder |
directoryArn(String directoryArn) |
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
|
AddFacetToObjectRequest.Builder |
objectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList) |
Attributes on the facet that you are adding to the object.
|
AddFacetToObjectRequest.Builder |
objectAttributeList(AttributeKeyAndValue... objectAttributeList) |
Attributes on the facet that you are adding to the object.
|
AddFacetToObjectRequest.Builder |
objectReference(ObjectReference objectReference) |
A reference to the object you are adding the specified facet to.
|
AddFacetToObjectRequest.Builder |
schemaFacet(SchemaFacet schemaFacet) |
Identifiers for the facet that you are adding to the object.
|
copy
apply, build
AddFacetToObjectRequest.Builder directoryArn(String directoryArn)
AddFacetToObjectRequest.Builder schemaFacet(SchemaFacet schemaFacet)
Identifiers for the facet that you are adding to the object.
schemaFacet
- Identifiers for the facet that you are adding to the object.AddFacetToObjectRequest.Builder objectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
Attributes on the facet that you are adding to the object.
objectAttributeList
- Attributes on the facet that you are adding to the object.AddFacetToObjectRequest.Builder objectAttributeList(AttributeKeyAndValue... objectAttributeList)
Attributes on the facet that you are adding to the object.
NOTE: This method appends the values to the existing list (if any). Use
#setObjectAttributeList(java.util.Collection)
or
#withObjectAttributeList(java.util.Collection)
if you want to override the existing values.
objectAttributeList
- Attributes on the facet that you are adding to the object.AddFacetToObjectRequest.Builder objectReference(ObjectReference objectReference)
A reference to the object you are adding the specified facet to.
objectReference
- A reference to the object you are adding the specified facet to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.