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 Agent Space.The ARN of the KMS key to use for encryption.The name of the Agent Space.operatorApp(IResolvable operatorApp) operatorApp(CfnAgentSpace.OperatorAppProperty operatorApp) An array of key-value pairs to apply to this resource.
-
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 Agent Space.- Parameters:
name- The name of the Agent Space. This parameter is required.- Returns:
this- See Also:
-
description
The description of the Agent Space.- Parameters:
description- The description of the Agent Space. This parameter is required.- Returns:
this- See Also:
-
kmsKeyArn
The ARN of the KMS key to use for encryption.- Parameters:
kmsKeyArn- The ARN of the KMS key to use for encryption. This parameter is required.- Returns:
this- See Also:
-
operatorApp
- Parameters:
operatorApp- This parameter is required.- Returns:
this- See Also:
-
operatorApp
@Stability(Stable) public CfnAgentSpace.Builder operatorApp(CfnAgentSpace.OperatorAppProperty operatorApp) - Parameters:
operatorApp- This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAgentSpace>- Returns:
- a newly built instance of
CfnAgentSpace.
-