Class CfnAgentSpaceMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.devopsagent.CfnAgentSpaceMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAgentSpaceMixinProps>
- Enclosing interface:
CfnAgentSpaceMixinProps
@Stability(Stable)
public static final class CfnAgentSpaceMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAgentSpaceMixinProps>
A builder for
CfnAgentSpaceMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnAgentSpaceMixinProps.getDescription()Sets the value ofCfnAgentSpaceMixinProps.getName()operatorApp(CfnAgentSpacePropsMixin.OperatorAppProperty operatorApp) Sets the value ofCfnAgentSpaceMixinProps.getOperatorApp()operatorApp(IResolvable operatorApp) Sets the value ofCfnAgentSpaceMixinProps.getOperatorApp()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnAgentSpaceMixinProps.getDescription()- Parameters:
description- The description of the Agent Space.- Returns:
this
-
name
Sets the value ofCfnAgentSpaceMixinProps.getName()- Parameters:
name- The name of the Agent Space.- Returns:
this
-
operatorApp
Sets the value ofCfnAgentSpaceMixinProps.getOperatorApp()- Parameters:
operatorApp- the value to be set.- Returns:
this
-
operatorApp
@Stability(Stable) public CfnAgentSpaceMixinProps.Builder operatorApp(CfnAgentSpacePropsMixin.OperatorAppProperty operatorApp) Sets the value ofCfnAgentSpaceMixinProps.getOperatorApp()- Parameters:
operatorApp- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAgentSpaceMixinProps>- Returns:
- a new instance of
CfnAgentSpaceMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-