Class CfnConfiguredModelAlgorithmAssociationPropsMixin.LogsConfigurationPolicyProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cleanroomsml.CfnConfiguredModelAlgorithmAssociationPropsMixin.LogsConfigurationPolicyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfiguredModelAlgorithmAssociationPropsMixin.LogsConfigurationPolicyProperty>
- Enclosing interface:
CfnConfiguredModelAlgorithmAssociationPropsMixin.LogsConfigurationPolicyProperty
@Stability(Stable)
public static final class CfnConfiguredModelAlgorithmAssociationPropsMixin.LogsConfigurationPolicyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfiguredModelAlgorithmAssociationPropsMixin.LogsConfigurationPolicyProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowedAccountIds(List<String> allowedAccountIds) build()Builds the configured instance.filterPattern(String filterPattern) logRedactionConfiguration(CfnConfiguredModelAlgorithmAssociationPropsMixin.LogRedactionConfigurationProperty logRedactionConfiguration) logRedactionConfiguration(IResolvable logRedactionConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allowedAccountIds
@Stability(Stable) public CfnConfiguredModelAlgorithmAssociationPropsMixin.LogsConfigurationPolicyProperty.Builder allowedAccountIds(List<String> allowedAccountIds) Sets the value ofCfnConfiguredModelAlgorithmAssociationPropsMixin.LogsConfigurationPolicyProperty.getAllowedAccountIds()- Parameters:
allowedAccountIds- the value to be set.- Returns:
this
-
filterPattern
@Stability(Stable) public CfnConfiguredModelAlgorithmAssociationPropsMixin.LogsConfigurationPolicyProperty.Builder filterPattern(String filterPattern) Sets the value ofCfnConfiguredModelAlgorithmAssociationPropsMixin.LogsConfigurationPolicyProperty.getFilterPattern()- Parameters:
filterPattern- the value to be set.- Returns:
this
-
logRedactionConfiguration
@Stability(Stable) public CfnConfiguredModelAlgorithmAssociationPropsMixin.LogsConfigurationPolicyProperty.Builder logRedactionConfiguration(IResolvable logRedactionConfiguration) Sets the value ofCfnConfiguredModelAlgorithmAssociationPropsMixin.LogsConfigurationPolicyProperty.getLogRedactionConfiguration()- Parameters:
logRedactionConfiguration- the value to be set.- Returns:
this
-
logRedactionConfiguration
@Stability(Stable) public CfnConfiguredModelAlgorithmAssociationPropsMixin.LogsConfigurationPolicyProperty.Builder logRedactionConfiguration(CfnConfiguredModelAlgorithmAssociationPropsMixin.LogRedactionConfigurationProperty logRedactionConfiguration) Sets the value ofCfnConfiguredModelAlgorithmAssociationPropsMixin.LogsConfigurationPolicyProperty.getLogRedactionConfiguration()- Parameters:
logRedactionConfiguration- the value to be set.- Returns:
this
-
logType
@Stability(Stable) public CfnConfiguredModelAlgorithmAssociationPropsMixin.LogsConfigurationPolicyProperty.Builder logType(String logType) Sets the value ofCfnConfiguredModelAlgorithmAssociationPropsMixin.LogsConfigurationPolicyProperty.getLogType()- Parameters:
logType- the value to be set.- Returns:
this
-
build
@Stability(Stable) public CfnConfiguredModelAlgorithmAssociationPropsMixin.LogsConfigurationPolicyProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfiguredModelAlgorithmAssociationPropsMixin.LogsConfigurationPolicyProperty>- Returns:
- a new instance of
CfnConfiguredModelAlgorithmAssociationPropsMixin.LogsConfigurationPolicyProperty - Throws:
NullPointerException- if any required attribute was not provided
-