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 ARN of the KMS key to use for encryption.The locale for the AgentSpace, which determines the language used in agent responses.The name of the Agent Space.operatorApp(CfnAgentSpacePropsMixin.OperatorAppProperty operatorApp) operatorApp(IResolvable operatorApp) An array of key-value pairs to apply to this resource.
-
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:
-
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:
-
locale
The locale for the AgentSpace, which determines the language used in agent responses.- Parameters:
locale- The locale for the AgentSpace, which determines the language used in agent responses. 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:
-
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<CfnAgentSpacePropsMixin>- Returns:
- a newly built instance of
CfnAgentSpacePropsMixin.
-