Interface TlsAuthConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TlsAuthConfiguration.Builder,,TlsAuthConfiguration> SdkBuilder<TlsAuthConfiguration.Builder,,TlsAuthConfiguration> SdkPojo
- Enclosing class:
TlsAuthConfiguration
@Mutable
@NotThreadSafe
public static interface TlsAuthConfiguration.Builder
extends SdkPojo, CopyableBuilder<TlsAuthConfiguration.Builder,TlsAuthConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondefault TlsAuthConfiguration.BuildertrustStore(Consumer<TrustStore.Builder> trustStore) The trust store configuration for mutual TLS authentication.trustStore(TrustStore trustStore) The trust store configuration for mutual TLS authentication.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
-
trustStore
The trust store configuration for mutual TLS authentication.
- Parameters:
trustStore- The trust store configuration for mutual TLS authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trustStore
The trust store configuration for mutual TLS authentication.
This is a convenience method that creates an instance of theTrustStore.Builderavoiding the need to create one manually viaTrustStore.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totrustStore(TrustStore).- Parameters:
trustStore- a consumer that will call methods onTrustStore.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-