public static interface TlsValidationContextTrust.Builder extends SdkPojo, CopyableBuilder<TlsValidationContextTrust.Builder,TlsValidationContextTrust>
| Modifier and Type | Method and Description |
|---|---|
default TlsValidationContextTrust.Builder |
acm(Consumer<TlsValidationContextAcmTrust.Builder> acm)
A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an
Certificate Manager certificate.
|
TlsValidationContextTrust.Builder |
acm(TlsValidationContextAcmTrust acm)
A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an
Certificate Manager certificate.
|
default TlsValidationContextTrust.Builder |
file(Consumer<TlsValidationContextFileTrust.Builder> file)
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
|
TlsValidationContextTrust.Builder |
file(TlsValidationContextFileTrust file)
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
|
default TlsValidationContextTrust.Builder |
sds(Consumer<TlsValidationContextSdsTrust.Builder> sds)
A reference to an object that represents a Transport Layer Security (TLS) Secret Discovery Service validation
context trust.
|
TlsValidationContextTrust.Builder |
sds(TlsValidationContextSdsTrust sds)
A reference to an object that represents a Transport Layer Security (TLS) Secret Discovery Service validation
context trust.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTlsValidationContextTrust.Builder acm(TlsValidationContextAcmTrust acm)
A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.
acm - A reference to an object that represents a Transport Layer Security (TLS) validation context trust for
an Certificate Manager certificate.default TlsValidationContextTrust.Builder acm(Consumer<TlsValidationContextAcmTrust.Builder> acm)
A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.
This is a convenience method that creates an instance of theTlsValidationContextAcmTrust.Builder
avoiding the need to create one manually via TlsValidationContextAcmTrust.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to acm(TlsValidationContextAcmTrust).
acm - a consumer that will call methods on TlsValidationContextAcmTrust.Builderacm(TlsValidationContextAcmTrust)TlsValidationContextTrust.Builder file(TlsValidationContextFileTrust file)
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
file - An object that represents a Transport Layer Security (TLS) validation context trust for a local file.default TlsValidationContextTrust.Builder file(Consumer<TlsValidationContextFileTrust.Builder> file)
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
This is a convenience method that creates an instance of theTlsValidationContextFileTrust.Builder
avoiding the need to create one manually via TlsValidationContextFileTrust.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to file(TlsValidationContextFileTrust).
file - a consumer that will call methods on TlsValidationContextFileTrust.Builderfile(TlsValidationContextFileTrust)TlsValidationContextTrust.Builder sds(TlsValidationContextSdsTrust sds)
A reference to an object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust.
sds - A reference to an object that represents a Transport Layer Security (TLS) Secret Discovery Service
validation context trust.default TlsValidationContextTrust.Builder sds(Consumer<TlsValidationContextSdsTrust.Builder> sds)
A reference to an object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust.
This is a convenience method that creates an instance of theTlsValidationContextSdsTrust.Builder
avoiding the need to create one manually via TlsValidationContextSdsTrust.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to sds(TlsValidationContextSdsTrust).
sds - a consumer that will call methods on TlsValidationContextSdsTrust.Buildersds(TlsValidationContextSdsTrust)Copyright © 2023. All rights reserved.