Interface TrustStoreConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TrustStoreConfig.Builder,,TrustStoreConfig> SdkBuilder<TrustStoreConfig.Builder,,TrustStoreConfig> SdkPojo
- Enclosing class:
TrustStoreConfig
@Mutable
@NotThreadSafe
public static interface TrustStoreConfig.Builder
extends SdkPojo, CopyableBuilder<TrustStoreConfig.Builder,TrustStoreConfig>
-
Method Summary
Modifier and TypeMethodDescriptionadvertiseTrustStoreCaNames(Boolean advertiseTrustStoreCaNames) The configuration to use to advertise trust store CA names.ignoreCertificateExpiry(Boolean ignoreCertificateExpiry) The configuration to use to ignore certificate expiration.trustStoreId(String trustStoreId) The trust store ID.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
-
trustStoreId
The trust store ID.
- Parameters:
trustStoreId- The trust store ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
advertiseTrustStoreCaNames
The configuration to use to advertise trust store CA names.
- Parameters:
advertiseTrustStoreCaNames- The configuration to use to advertise trust store CA names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ignoreCertificateExpiry
The configuration to use to ignore certificate expiration.
- Parameters:
ignoreCertificateExpiry- The configuration to use to ignore certificate expiration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-