Interface KafkaSchemaRegistryAccessConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KafkaSchemaRegistryAccessConfig.Builder,
,KafkaSchemaRegistryAccessConfig> SdkBuilder<KafkaSchemaRegistryAccessConfig.Builder,
,KafkaSchemaRegistryAccessConfig> SdkPojo
- Enclosing class:
KafkaSchemaRegistryAccessConfig
@Mutable
@NotThreadSafe
public static interface KafkaSchemaRegistryAccessConfig.Builder
extends SdkPojo, CopyableBuilder<KafkaSchemaRegistryAccessConfig.Builder,KafkaSchemaRegistryAccessConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of authentication Lambda uses to access your schema registry.The type of authentication Lambda uses to access your schema registry.The URI of the secret (Secrets Manager secret ARN) to authenticate with your schema registry.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The type of authentication Lambda uses to access your schema registry.
- Parameters:
type
- The type of authentication Lambda uses to access your schema registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of authentication Lambda uses to access your schema registry.
- Parameters:
type
- The type of authentication Lambda uses to access your schema registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
uri
The URI of the secret (Secrets Manager secret ARN) to authenticate with your schema registry.
- Parameters:
uri
- The URI of the secret (Secrets Manager secret ARN) to authenticate with your schema registry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-