@Generated(value="software.amazon.awssdk:codegen") public final class ListenerTlsValidationContextTrust extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListenerTlsValidationContextTrust.Builder,ListenerTlsValidationContextTrust>
An object that represents a listener's Transport Layer Security (TLS) validation context trust.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListenerTlsValidationContextTrust.Builder |
static class |
ListenerTlsValidationContextTrust.Type |
| Modifier and Type | Method and Description |
|---|---|
static ListenerTlsValidationContextTrust.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
TlsValidationContextFileTrust |
file()
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
|
static ListenerTlsValidationContextTrust |
fromFile(Consumer<TlsValidationContextFileTrust.Builder> file)
Create an instance of this class with
file() initialized to the given value. |
static ListenerTlsValidationContextTrust |
fromFile(TlsValidationContextFileTrust file)
Create an instance of this class with
file() initialized to the given value. |
static ListenerTlsValidationContextTrust |
fromSds(Consumer<TlsValidationContextSdsTrust.Builder> sds)
Create an instance of this class with
sds() initialized to the given value. |
static ListenerTlsValidationContextTrust |
fromSds(TlsValidationContextSdsTrust sds)
Create an instance of this class with
sds() initialized to the given value. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
TlsValidationContextSdsTrust |
sds()
A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery Service
validation context trust.
|
static Class<? extends ListenerTlsValidationContextTrust.Builder> |
serializableBuilderClass() |
ListenerTlsValidationContextTrust.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ListenerTlsValidationContextTrust.Type |
type()
Retrieve an enum value representing which member of this object is populated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TlsValidationContextFileTrust file()
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
public final TlsValidationContextSdsTrust sds()
A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust.
public ListenerTlsValidationContextTrust.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListenerTlsValidationContextTrust.Builder,ListenerTlsValidationContextTrust>public static ListenerTlsValidationContextTrust.Builder builder()
public static Class<? extends ListenerTlsValidationContextTrust.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static ListenerTlsValidationContextTrust fromFile(TlsValidationContextFileTrust file)
file() initialized to the given value.
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.public static ListenerTlsValidationContextTrust fromFile(Consumer<TlsValidationContextFileTrust.Builder> file)
file() initialized to the given value.
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.public static ListenerTlsValidationContextTrust fromSds(TlsValidationContextSdsTrust sds)
sds() initialized to the given value.
A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust.
sds - A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery
Service validation context trust.public static ListenerTlsValidationContextTrust fromSds(Consumer<TlsValidationContextSdsTrust.Builder> sds)
sds() initialized to the given value.
A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust.
sds - A reference to an object that represents a listener's Transport Layer Security (TLS) Secret Discovery
Service validation context trust.public ListenerTlsValidationContextTrust.Type type()
ListenerTlsValidationContextTrust.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be ListenerTlsValidationContextTrust.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.