Class CfnAgentSpacePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.devopsagent.CfnAgentSpacePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAgentSpacePropsMixin>
- Enclosing class:
CfnAgentSpacePropsMixin
@Stability(Stable)
public static final class CfnAgentSpacePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAgentSpacePropsMixin>
A fluent builder for
CfnAgentSpacePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The description of the Agent Space.The name of the Agent Space.operatorApp(CfnAgentSpacePropsMixin.OperatorAppProperty operatorApp) operatorApp(IResolvable operatorApp)
-
Method Details
-
create
@Stability(Stable) public static CfnAgentSpacePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnAgentSpacePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnAgentSpacePropsMixin.Builder.
-
description
The description of the Agent Space.- Parameters:
description- The description of the Agent Space. This parameter is required.- Returns:
this- See Also:
-
name
The name of the Agent Space.- Parameters:
name- The name of the Agent Space. This parameter is required.- Returns:
this- See Also:
-
operatorApp
- Parameters:
operatorApp- This parameter is required.- Returns:
this- See Also:
-
operatorApp
@Stability(Stable) public CfnAgentSpacePropsMixin.Builder operatorApp(CfnAgentSpacePropsMixin.OperatorAppProperty operatorApp) - Parameters:
operatorApp- This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAgentSpacePropsMixin>- Returns:
- a newly built instance of
CfnAgentSpacePropsMixin.
-