Interface MergeProfilesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<MergeProfilesRequest.Builder,MergeProfilesRequest>, CustomerProfilesRequest.Builder, SdkBuilder<MergeProfilesRequest.Builder,MergeProfilesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
MergeProfilesRequest

public static interface MergeProfilesRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<MergeProfilesRequest.Builder,MergeProfilesRequest>
  • Method Details

    • domainName

      MergeProfilesRequest.Builder domainName(String domainName)

      The unique name of the domain.

      Parameters:
      domainName - The unique name of the domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mainProfileId

      MergeProfilesRequest.Builder mainProfileId(String mainProfileId)

      The identifier of the profile to be taken.

      Parameters:
      mainProfileId - The identifier of the profile to be taken.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • profileIdsToBeMerged

      MergeProfilesRequest.Builder profileIdsToBeMerged(Collection<String> profileIdsToBeMerged)

      The identifier of the profile to be merged into MainProfileId.

      Parameters:
      profileIdsToBeMerged - The identifier of the profile to be merged into MainProfileId.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • profileIdsToBeMerged

      MergeProfilesRequest.Builder profileIdsToBeMerged(String... profileIdsToBeMerged)

      The identifier of the profile to be merged into MainProfileId.

      Parameters:
      profileIdsToBeMerged - The identifier of the profile to be merged into MainProfileId.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fieldSourceProfileIds

      MergeProfilesRequest.Builder fieldSourceProfileIds(FieldSourceProfileIds fieldSourceProfileIds)

      The identifiers of the fields in the profile that has the information you want to apply to the merge. For example, say you want to merge EmailAddress from Profile1 into MainProfile. This would be the identifier of the EmailAddress field in Profile1.

      Parameters:
      fieldSourceProfileIds - The identifiers of the fields in the profile that has the information you want to apply to the merge. For example, say you want to merge EmailAddress from Profile1 into MainProfile. This would be the identifier of the EmailAddress field in Profile1.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fieldSourceProfileIds

      default MergeProfilesRequest.Builder fieldSourceProfileIds(Consumer<FieldSourceProfileIds.Builder> fieldSourceProfileIds)

      The identifiers of the fields in the profile that has the information you want to apply to the merge. For example, say you want to merge EmailAddress from Profile1 into MainProfile. This would be the identifier of the EmailAddress field in Profile1.

      This is a convenience method that creates an instance of the FieldSourceProfileIds.Builder avoiding the need to create one manually via FieldSourceProfileIds.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to fieldSourceProfileIds(FieldSourceProfileIds).

      Parameters:
      fieldSourceProfileIds - a consumer that will call methods on FieldSourceProfileIds.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      MergeProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.