Class CfnAIAgentVersionProps.Builder
java.lang.Object
software.amazon.awscdk.services.wisdom.CfnAIAgentVersionProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAIAgentVersionProps>
- Enclosing interface:
CfnAIAgentVersionProps
@Stability(Stable)
public static final class CfnAIAgentVersionProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAIAgentVersionProps>
A builder for
CfnAIAgentVersionProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnAIAgentVersionProps.getAiAgentId()assistantId(String assistantId) Sets the value ofCfnAIAgentVersionProps.getAssistantId()build()Builds the configured instance.modifiedTimeSeconds(Number modifiedTimeSeconds) Sets the value ofCfnAIAgentVersionProps.getModifiedTimeSeconds()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
aiAgentId
Sets the value ofCfnAIAgentVersionProps.getAiAgentId()- Parameters:
aiAgentId- The identifier of the AI Agent. This parameter is required.- Returns:
this
-
assistantId
Sets the value ofCfnAIAgentVersionProps.getAssistantId()- Parameters:
assistantId- the value to be set. This parameter is required.- Returns:
this
-
modifiedTimeSeconds
@Stability(Stable) public CfnAIAgentVersionProps.Builder modifiedTimeSeconds(Number modifiedTimeSeconds) Sets the value ofCfnAIAgentVersionProps.getModifiedTimeSeconds()- Parameters:
modifiedTimeSeconds- The time the AI Agent version was last modified in seconds.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAIAgentVersionProps>- Returns:
- a new instance of
CfnAIAgentVersionProps - Throws:
NullPointerException- if any required attribute was not provided
-