Interface TlsValidationContextSdsTrust.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TlsValidationContextSdsTrust.Builder,TlsValidationContextSdsTrust>,SdkBuilder<TlsValidationContextSdsTrust.Builder,TlsValidationContextSdsTrust>,SdkPojo
- Enclosing class:
- TlsValidationContextSdsTrust
public static interface TlsValidationContextSdsTrust.Builder extends SdkPojo, CopyableBuilder<TlsValidationContextSdsTrust.Builder,TlsValidationContextSdsTrust>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TlsValidationContextSdsTrust.BuildersecretName(String secretName)A reference to an object that represents the name of the secret for 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
-
secretName
TlsValidationContextSdsTrust.Builder secretName(String secretName)
A reference to an object that represents the name of the secret for a Transport Layer Security (TLS) Secret Discovery Service validation context trust.
- Parameters:
secretName- A reference to an object that represents the name of the secret for 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.
-
-