| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
static MatchingRequest.Builder |
MatchingRequest.builder() |
MatchingRequest.Builder |
MatchingRequest.Builder.enabled(Boolean enabled)
The flag that enables the matching process of duplicate profiles.
|
MatchingRequest.Builder |
MatchingRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MatchingRequest.Builder> |
MatchingRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateDomainRequest.Builder |
UpdateDomainRequest.Builder.matching(Consumer<MatchingRequest.Builder> matching)
The process of matching duplicate profiles.
|
default CreateDomainRequest.Builder |
CreateDomainRequest.Builder.matching(Consumer<MatchingRequest.Builder> matching)
The process of matching duplicate profiles.
|
Copyright © 2021. All rights reserved.