Class CfnAgentSpace.Builder
java.lang.Object
software.amazon.awscdk.services.devopsagent.CfnAgentSpace.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAgentSpace>
- Enclosing class:
CfnAgentSpace
@Stability(Stable)
public static final class CfnAgentSpace.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAgentSpace>
A fluent builder for
CfnAgentSpace.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnAgentSpace.Builderdescription(String description) The description of the AgentSpace.The name of the AgentSpace.
-
Method Details
-
create
@Stability(Stable) public static CfnAgentSpace.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
CfnAgentSpace.Builder.
-
name
The name of the AgentSpace.- Parameters:
name- The name of the AgentSpace. This parameter is required.- Returns:
this- See Also:
-
description
The description of the AgentSpace.- Parameters:
description- The description of the AgentSpace. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAgentSpace>- Returns:
- a newly built instance of
CfnAgentSpace.
-