Class CfnEventSourceMappingPropsMixin.SchemaRegistryAccessConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.lambda.CfnEventSourceMappingPropsMixin.SchemaRegistryAccessConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEventSourceMappingPropsMixin.SchemaRegistryAccessConfigProperty>
- Enclosing interface:
CfnEventSourceMappingPropsMixin.SchemaRegistryAccessConfigProperty
@Stability(Stable)
public static final class CfnEventSourceMappingPropsMixin.SchemaRegistryAccessConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEventSourceMappingPropsMixin.SchemaRegistryAccessConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
type
@Stability(Stable) public CfnEventSourceMappingPropsMixin.SchemaRegistryAccessConfigProperty.Builder type(String type) - Parameters:
type- The type of authentication Lambda uses to access your schema registry.- Returns:
this
-
uri
@Stability(Stable) public CfnEventSourceMappingPropsMixin.SchemaRegistryAccessConfigProperty.Builder uri(String uri) - Parameters:
uri- The URI of the secret (Secrets Manager secret ARN) to authenticate with your schema registry.- Returns:
this
-
build
@Stability(Stable) public CfnEventSourceMappingPropsMixin.SchemaRegistryAccessConfigProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEventSourceMappingPropsMixin.SchemaRegistryAccessConfigProperty>- Returns:
- a new instance of
CfnEventSourceMappingPropsMixin.SchemaRegistryAccessConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-