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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KafkaSchemaRegistryAccessConfig.Buildertype(String type)The type of authentication Lambda uses to access your schema registry.KafkaSchemaRegistryAccessConfig.Buildertype(KafkaSchemaRegistryAuthType type)The type of authentication Lambda uses to access your schema registry.KafkaSchemaRegistryAccessConfig.Builderuri(String uri)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 Detail
-
type
KafkaSchemaRegistryAccessConfig.Builder type(String 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:
KafkaSchemaRegistryAuthType,KafkaSchemaRegistryAuthType
-
type
KafkaSchemaRegistryAccessConfig.Builder type(KafkaSchemaRegistryAuthType 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:
KafkaSchemaRegistryAuthType,KafkaSchemaRegistryAuthType
-
uri
KafkaSchemaRegistryAccessConfig.Builder uri(String 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.
-
-