Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchUpdateLinkAttributes.Builder
-
Packages that use BatchUpdateLinkAttributes.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchUpdateLinkAttributes.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchUpdateLinkAttributes.Builder Modifier and Type Method Description BatchUpdateLinkAttributes.BuilderBatchUpdateLinkAttributes.Builder. attributeUpdates(Collection<LinkAttributeUpdate> attributeUpdates)The attributes update structure.BatchUpdateLinkAttributes.BuilderBatchUpdateLinkAttributes.Builder. attributeUpdates(Consumer<LinkAttributeUpdate.Builder>... attributeUpdates)The attributes update structure.BatchUpdateLinkAttributes.BuilderBatchUpdateLinkAttributes.Builder. attributeUpdates(LinkAttributeUpdate... attributeUpdates)The attributes update structure.static BatchUpdateLinkAttributes.BuilderBatchUpdateLinkAttributes. builder()BatchUpdateLinkAttributes.BuilderBatchUpdateLinkAttributes. toBuilder()default BatchUpdateLinkAttributes.BuilderBatchUpdateLinkAttributes.Builder. typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)Allows a typed link specifier to be accepted as input.BatchUpdateLinkAttributes.BuilderBatchUpdateLinkAttributes.Builder. typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)Allows a typed link specifier to be accepted as input.Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchUpdateLinkAttributes.Builder Modifier and Type Method Description static Class<? extends BatchUpdateLinkAttributes.Builder>BatchUpdateLinkAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchUpdateLinkAttributes.Builder Modifier and Type Method Description default BatchWriteOperation.BuilderBatchWriteOperation.Builder. updateLinkAttributes(Consumer<BatchUpdateLinkAttributes.Builder> updateLinkAttributes)Updates a given object's attributes.
-