Class CfnAction.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnAction.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAction>
- Enclosing class:
CfnAction
@Stability(Stable)
public static final class CfnAction.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAction>
A fluent builder for
CfnAction.-
Method Summary
Modifier and TypeMethodDescriptionactionName(String actionName) The name of the action.actionType(String actionType) The action type.build()static CfnAction.Builderdescription(String description) The description of the action.metadataProperties(IResolvable metadataProperties) metadataProperties(CfnAction.MetadataPropertiesProperty 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) source(CfnAction.ActionSourceProperty source) The status of the action.A list of tags to apply to the action.
-
Method Details
-
create
@Stability(Stable) public static CfnAction.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnAction.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:
-
source
- Parameters:
source- This parameter is required.- Returns:
this- See Also:
-
source
- Parameters:
source- 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
- Parameters:
metadataProperties- This parameter is required.- Returns:
this- See Also:
-
metadataProperties
@Stability(Stable) public CfnAction.Builder metadataProperties(CfnAction.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:
-
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
-