Interface RouterInputTransitEncryption.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RouterInputTransitEncryption.Builder,,RouterInputTransitEncryption> SdkBuilder<RouterInputTransitEncryption.Builder,,RouterInputTransitEncryption> SdkPojo
- Enclosing class:
RouterInputTransitEncryption
@Mutable
@NotThreadSafe
public static interface RouterInputTransitEncryption.Builder
extends SdkPojo, CopyableBuilder<RouterInputTransitEncryption.Builder,RouterInputTransitEncryption>
-
Method Summary
Modifier and TypeMethodDescriptionencryptionKeyConfiguration(Consumer<RouterInputTransitEncryptionKeyConfiguration.Builder> encryptionKeyConfiguration) Contains the configuration details for the encryption key used in transit encryption, including the key source and associated parameters.encryptionKeyConfiguration(RouterInputTransitEncryptionKeyConfiguration encryptionKeyConfiguration) Contains the configuration details for the encryption key used in transit encryption, including the key source and associated parameters.encryptionKeyType(String encryptionKeyType) Specifies the type of encryption key to use for transit encryption.encryptionKeyType(RouterInputTransitEncryptionKeyType encryptionKeyType) Specifies the type of encryption key to use for transit encryption.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
encryptionKeyType
Specifies the type of encryption key to use for transit encryption.
- Parameters:
encryptionKeyType- Specifies the type of encryption key to use for transit encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
encryptionKeyType
RouterInputTransitEncryption.Builder encryptionKeyType(RouterInputTransitEncryptionKeyType encryptionKeyType) Specifies the type of encryption key to use for transit encryption.
- Parameters:
encryptionKeyType- Specifies the type of encryption key to use for transit encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
encryptionKeyConfiguration
RouterInputTransitEncryption.Builder encryptionKeyConfiguration(RouterInputTransitEncryptionKeyConfiguration encryptionKeyConfiguration) Contains the configuration details for the encryption key used in transit encryption, including the key source and associated parameters.
- Parameters:
encryptionKeyConfiguration- Contains the configuration details for the encryption key used in transit encryption, including the key source and associated parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionKeyConfiguration
default RouterInputTransitEncryption.Builder encryptionKeyConfiguration(Consumer<RouterInputTransitEncryptionKeyConfiguration.Builder> encryptionKeyConfiguration) Contains the configuration details for the encryption key used in transit encryption, including the key source and associated parameters.
This is a convenience method that creates an instance of theRouterInputTransitEncryptionKeyConfiguration.Builderavoiding the need to create one manually viaRouterInputTransitEncryptionKeyConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toencryptionKeyConfiguration(RouterInputTransitEncryptionKeyConfiguration).- Parameters:
encryptionKeyConfiguration- a consumer that will call methods onRouterInputTransitEncryptionKeyConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-