public static interface UpdateFacetRequest.Builder extends CloudDirectoryRequest.Builder, CopyableBuilder<UpdateFacetRequest.Builder,UpdateFacetRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateFacetRequest.Builder |
attributeUpdates(Collection<FacetAttributeUpdate> attributeUpdates)
List of attributes that need to be updated in a given schema Facet.
|
UpdateFacetRequest.Builder |
attributeUpdates(Consumer<FacetAttributeUpdate.Builder>... attributeUpdates)
List of attributes that need to be updated in a given schema Facet.
|
UpdateFacetRequest.Builder |
attributeUpdates(FacetAttributeUpdate... attributeUpdates)
List of attributes that need to be updated in a given schema Facet.
|
UpdateFacetRequest.Builder |
name(String name)
The name of the facet.
|
UpdateFacetRequest.Builder |
objectType(ObjectType objectType)
The object type that is associated with the facet.
|
UpdateFacetRequest.Builder |
objectType(String objectType)
The object type that is associated with the facet.
|
UpdateFacetRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateFacetRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateFacetRequest.Builder |
schemaArn(String schemaArn)
The Amazon Resource Name (ARN) that is associated with the Facet.
|
buildrequestOverrideConfigcopyapply, buildUpdateFacetRequest.Builder schemaArn(String schemaArn)
UpdateFacetRequest.Builder name(String name)
The name of the facet.
name - The name of the facet.UpdateFacetRequest.Builder attributeUpdates(Collection<FacetAttributeUpdate> attributeUpdates)
List of attributes that need to be updated in a given schema Facet. Each attribute is followed by
AttributeAction, which specifies the type of update operation to perform.
attributeUpdates - List of attributes that need to be updated in a given schema Facet. Each attribute is followed
by AttributeAction, which specifies the type of update operation to perform.UpdateFacetRequest.Builder attributeUpdates(FacetAttributeUpdate... attributeUpdates)
List of attributes that need to be updated in a given schema Facet. Each attribute is followed by
AttributeAction, which specifies the type of update operation to perform.
attributeUpdates - List of attributes that need to be updated in a given schema Facet. Each attribute is followed
by AttributeAction, which specifies the type of update operation to perform.UpdateFacetRequest.Builder attributeUpdates(Consumer<FacetAttributeUpdate.Builder>... attributeUpdates)
List of attributes that need to be updated in a given schema Facet. Each attribute is followed by
AttributeAction, which specifies the type of update operation to perform.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #attributeUpdates(List) .attributeUpdates - a consumer that will call methods on List.Builder #attributeUpdates(List) UpdateFacetRequest.Builder objectType(String objectType)
The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.
objectType - The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more
details.ObjectType,
ObjectTypeUpdateFacetRequest.Builder objectType(ObjectType objectType)
The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.
objectType - The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more
details.ObjectType,
ObjectTypeUpdateFacetRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateFacetRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.