Interface TlsValidationContextTrust.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TlsValidationContextTrust.Builder,TlsValidationContextTrust>,SdkBuilder<TlsValidationContextTrust.Builder,TlsValidationContextTrust>,SdkPojo
- Enclosing class:
- TlsValidationContextTrust
public static interface TlsValidationContextTrust.Builder extends SdkPojo, CopyableBuilder<TlsValidationContextTrust.Builder,TlsValidationContextTrust>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default TlsValidationContextTrust.Builderacm(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.Builderacm(TlsValidationContextAcmTrust acm)A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.default TlsValidationContextTrust.Builderfile(Consumer<TlsValidationContextFileTrust.Builder> file)An object that represents a Transport Layer Security (TLS) validation context trust for a local file.TlsValidationContextTrust.Builderfile(TlsValidationContextFileTrust file)An object that represents a Transport Layer Security (TLS) validation context trust for a local file.default TlsValidationContextTrust.Buildersds(Consumer<TlsValidationContextSdsTrust.Builder> sds)A reference to an object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust.TlsValidationContextTrust.Buildersds(TlsValidationContextSdsTrust sds)A reference to an object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
acm
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.
- Parameters:
acm- A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
acm
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.Builderavoiding the need to create one manually viaTlsValidationContextAcmTrust.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toacm(TlsValidationContextAcmTrust).- Parameters:
acm- a consumer that will call methods onTlsValidationContextAcmTrust.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
acm(TlsValidationContextAcmTrust)
-
file
TlsValidationContextTrust.Builder file(TlsValidationContextFileTrust file)
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
- Parameters:
file- An object that represents a Transport Layer Security (TLS) validation context trust for a local file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.Builderavoiding the need to create one manually viaTlsValidationContextFileTrust.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofile(TlsValidationContextFileTrust).- Parameters:
file- a consumer that will call methods onTlsValidationContextFileTrust.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
file(TlsValidationContextFileTrust)
-
sds
TlsValidationContextTrust.Builder sds(TlsValidationContextSdsTrust sds)
A reference to an object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust.
- Parameters:
sds- A reference to an object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sds
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.Builderavoiding the need to create one manually viaTlsValidationContextSdsTrust.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosds(TlsValidationContextSdsTrust).- Parameters:
sds- a consumer that will call methods onTlsValidationContextSdsTrust.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sds(TlsValidationContextSdsTrust)
-
-