Class CfnEnabledBaselinePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.controltower.CfnEnabledBaselinePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEnabledBaselinePropsMixin>
- Enclosing class:
CfnEnabledBaselinePropsMixin
@Stability(Stable)
public static final class CfnEnabledBaselinePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEnabledBaselinePropsMixin>
A fluent builder for
CfnEnabledBaselinePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbaselineIdentifier(String baselineIdentifier) The specificBaselineenabled as part of theEnabledBaselineresource.baselineVersion(String baselineVersion) The enabled version of theBaseline.build()create()create(CfnPropertyMixinOptions options) parameters(List<? extends Object> parameters) Shows the parameters that are applied when enabling thisBaseline.parameters(IResolvable parameters) Shows the parameters that are applied when enabling thisBaseline.targetIdentifier(String targetIdentifier) The target on which to enable theBaseline.
-
Method Details
-
create
@Stability(Stable) public static CfnEnabledBaselinePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnEnabledBaselinePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnEnabledBaselinePropsMixin.Builder.
-
baselineIdentifier
@Stability(Stable) public CfnEnabledBaselinePropsMixin.Builder baselineIdentifier(String baselineIdentifier) The specificBaselineenabled as part of theEnabledBaselineresource.- Parameters:
baselineIdentifier- The specificBaselineenabled as part of theEnabledBaselineresource. This parameter is required.- Returns:
this- See Also:
-
baselineVersion
@Stability(Stable) public CfnEnabledBaselinePropsMixin.Builder baselineVersion(String baselineVersion) The enabled version of theBaseline.- Parameters:
baselineVersion- The enabled version of theBaseline. This parameter is required.- Returns:
this- See Also:
-
parameters
Shows the parameters that are applied when enabling thisBaseline.- Parameters:
parameters- Shows the parameters that are applied when enabling thisBaseline. This parameter is required.- Returns:
this- See Also:
-
parameters
@Stability(Stable) public CfnEnabledBaselinePropsMixin.Builder parameters(List<? extends Object> parameters) Shows the parameters that are applied when enabling thisBaseline.- Parameters:
parameters- Shows the parameters that are applied when enabling thisBaseline. This parameter is required.- Returns:
this- See Also:
-
tags
- Parameters:
tags- This parameter is required.- Returns:
this- See Also:
-
targetIdentifier
@Stability(Stable) public CfnEnabledBaselinePropsMixin.Builder targetIdentifier(String targetIdentifier) The target on which to enable theBaseline.- Parameters:
targetIdentifier- The target on which to enable theBaseline. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEnabledBaselinePropsMixin>- Returns:
- a newly built instance of
CfnEnabledBaselinePropsMixin.
-