Class CfnActionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnActionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnActionPropsMixin>
- Enclosing class:
CfnActionPropsMixin
@Stability(Stable)
public static final class CfnActionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnActionPropsMixin>
A fluent builder for
CfnActionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionactionName(String actionName) The name of the action.actionType(String actionType) The action type.build()static CfnActionPropsMixin.Buildercreate()static CfnActionPropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(String description) The description of the action.metadataProperties(CfnActionPropsMixin.MetadataPropertiesProperty metadataProperties) metadataProperties(IResolvable metadataProperties) properties(Map<String, String> properties) A list of properties to add to the action.properties(IResolvable properties) A list of properties to add to the action.source(IResolvable source) The status of the action.A list of tags to apply to the action.
-
Method Details
-
create
@Stability(Stable) public static CfnActionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnActionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnActionPropsMixin.Builder.
-
actionName
The name of the action.Must be unique to your account in an AWS Region.
- Parameters:
actionName- The name of the action. This parameter is required.- Returns:
this- See Also:
-
actionType
The action type.- Parameters:
actionType- The action type. This parameter is required.- Returns:
this- See Also:
-
description
The description of the action.- Parameters:
description- The description of the action. This parameter is required.- Returns:
this- See Also:
-
metadataProperties
@Stability(Stable) public CfnActionPropsMixin.Builder metadataProperties(IResolvable metadataProperties) - Parameters:
metadataProperties- This parameter is required.- Returns:
this- See Also:
-
metadataProperties
@Stability(Stable) public CfnActionPropsMixin.Builder metadataProperties(CfnActionPropsMixin.MetadataPropertiesProperty metadataProperties) - Parameters:
metadataProperties- This parameter is required.- Returns:
this- See Also:
-
properties
A list of properties to add to the action.- Parameters:
properties- A list of properties to add to the action. This parameter is required.- Returns:
this- See Also:
-
properties
A list of properties to add to the action.- Parameters:
properties- A list of properties to add to the action. This parameter is required.- Returns:
this- See Also:
-
source
- Parameters:
source- This parameter is required.- Returns:
this- See Also:
-
source
@Stability(Stable) public CfnActionPropsMixin.Builder source(CfnActionPropsMixin.ActionSourceProperty source) - Parameters:
source- This parameter is required.- Returns:
this- See Also:
-
status
The status of the action.- Parameters:
status- The status of the action. This parameter is required.- Returns:
this- See Also:
-
tags
A list of tags to apply to the action.- Parameters:
tags- A list of tags to apply to the action. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnActionPropsMixin>- Returns:
- a newly built instance of
CfnActionPropsMixin.
-