Class CfnSpace.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnSpace.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSpace>
- Enclosing class:
- CfnSpace
@Stability(Stable)
public static final class CfnSpace.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSpace>
A fluent builder for
CfnSpace
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnSpace.Builder
The ID of the associated Domain.The name of the space.spaceSettings
(IResolvable spaceSettings) A collection of space settings.spaceSettings
(CfnSpace.SpaceSettingsProperty spaceSettings) A collection of space settings.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnSpace.Builder
.
-
domainId
The ID of the associated Domain.- Parameters:
domainId
- The ID of the associated Domain. This parameter is required.- Returns:
this
-
spaceName
The name of the space.- Parameters:
spaceName
- The name of the space. This parameter is required.- Returns:
this
-
spaceSettings
A collection of space settings.- Parameters:
spaceSettings
- A collection of space settings. This parameter is required.- Returns:
this
-
spaceSettings
@Stability(Stable) public CfnSpace.Builder spaceSettings(CfnSpace.SpaceSettingsProperty spaceSettings) A collection of space settings.- Parameters:
spaceSettings
- A collection of space settings. This parameter is required.- Returns:
this
-
tags
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Parameters:
tags
- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this
-
build
-