Class CfnMemory.InvocationConfigurationInputProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnMemory.InvocationConfigurationInputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMemory.InvocationConfigurationInputProperty>
- Enclosing interface:
CfnMemory.InvocationConfigurationInputProperty
@Stability(Stable)
public static final class CfnMemory.InvocationConfigurationInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMemory.InvocationConfigurationInputProperty>
A builder for
CfnMemory.InvocationConfigurationInputProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.payloadDeliveryBucketName(String payloadDeliveryBucketName) Sets the value ofCfnMemory.InvocationConfigurationInputProperty.getTopicArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
payloadDeliveryBucketName
@Stability(Stable) public CfnMemory.InvocationConfigurationInputProperty.Builder payloadDeliveryBucketName(String payloadDeliveryBucketName) - Parameters:
payloadDeliveryBucketName- The message invocation configuration information for the bucket name.- Returns:
this
-
topicArn
@Stability(Stable) public CfnMemory.InvocationConfigurationInputProperty.Builder topicArn(String topicArn) Sets the value ofCfnMemory.InvocationConfigurationInputProperty.getTopicArn()- Parameters:
topicArn- The memory trigger condition topic Amazon Resource Name (ARN).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMemory.InvocationConfigurationInputProperty>- Returns:
- a new instance of
CfnMemory.InvocationConfigurationInputProperty - Throws:
NullPointerException- if any required attribute was not provided
-