Interface TlsEncryptionConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TlsEncryptionConfiguration.Builder,,TlsEncryptionConfiguration> SdkBuilder<TlsEncryptionConfiguration.Builder,,TlsEncryptionConfiguration> SdkPojo
- Enclosing class:
TlsEncryptionConfiguration
@Mutable
@NotThreadSafe
public static interface TlsEncryptionConfiguration.Builder
extends SdkPojo, CopyableBuilder<TlsEncryptionConfiguration.Builder,TlsEncryptionConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionpublicValue(Consumer<PublicTlsEncryptionConfiguration.Builder> publicValue) The TLS encryption configuration that validates the destination by using a publicly trusted certificate authority.publicValue(PublicTlsEncryptionConfiguration publicValue) The TLS encryption configuration that validates the destination by using a publicly trusted certificate authority.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
-
publicValue
The TLS encryption configuration that validates the destination by using a publicly trusted certificate authority.
- Parameters:
publicValue- The TLS encryption configuration that validates the destination by using a publicly trusted certificate authority.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publicValue
default TlsEncryptionConfiguration.Builder publicValue(Consumer<PublicTlsEncryptionConfiguration.Builder> publicValue) The TLS encryption configuration that validates the destination by using a publicly trusted certificate authority.
This is a convenience method that creates an instance of thePublicTlsEncryptionConfiguration.Builderavoiding the need to create one manually viaPublicTlsEncryptionConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topublicValue(PublicTlsEncryptionConfiguration).- Parameters:
publicValue- a consumer that will call methods onPublicTlsEncryptionConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-