Class CfnDomainPropsMixin.ConflictResolutionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnDomainPropsMixin.ConflictResolutionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainPropsMixin.ConflictResolutionProperty>
- Enclosing interface:
CfnDomainPropsMixin.ConflictResolutionProperty
@Stability(Stable)
public static final class CfnDomainPropsMixin.ConflictResolutionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomainPropsMixin.ConflictResolutionProperty>
A builder for
CfnDomainPropsMixin.ConflictResolutionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.conflictResolvingModel(String conflictResolvingModel) sourceName(String sourceName) Sets the value ofCfnDomainPropsMixin.ConflictResolutionProperty.getSourceName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
conflictResolvingModel
@Stability(Stable) public CfnDomainPropsMixin.ConflictResolutionProperty.Builder conflictResolvingModel(String conflictResolvingModel) - Parameters:
conflictResolvingModel- How the auto-merging process should resolve conflicts between different profiles.- Returns:
this
-
sourceName
@Stability(Stable) public CfnDomainPropsMixin.ConflictResolutionProperty.Builder sourceName(String sourceName) Sets the value ofCfnDomainPropsMixin.ConflictResolutionProperty.getSourceName()- Parameters:
sourceName- TheObjectTypename that is used to resolve profile merging conflicts when choosingSOURCEas theConflictResolvingModel.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomainPropsMixin.ConflictResolutionProperty>- Returns:
- a new instance of
CfnDomainPropsMixin.ConflictResolutionProperty - Throws:
NullPointerException- if any required attribute was not provided
-