Class VirtualGatewayClientTlsCertificate
- java.lang.Object
-
- software.amazon.awssdk.services.appmesh.model.VirtualGatewayClientTlsCertificate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VirtualGatewayClientTlsCertificate.Builder,VirtualGatewayClientTlsCertificate>
@Generated("software.amazon.awssdk:codegen") public final class VirtualGatewayClientTlsCertificate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VirtualGatewayClientTlsCertificate.Builder,VirtualGatewayClientTlsCertificate>
An object that represents the virtual gateway's client's Transport Layer Security (TLS) certificate.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVirtualGatewayClientTlsCertificate.Builderstatic classVirtualGatewayClientTlsCertificate.Type
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
file
public final VirtualGatewayListenerTlsFileCertificate file()
An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS) .
- Returns:
- An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS) .
-
sds
public final VirtualGatewayListenerTlsSdsCertificate sds()
A reference to an object that represents a virtual gateway's client's Secret Discovery Service certificate.
- Returns:
- A reference to an object that represents a virtual gateway's client's Secret Discovery Service certificate.
-
toBuilder
public VirtualGatewayClientTlsCertificate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VirtualGatewayClientTlsCertificate.Builder,VirtualGatewayClientTlsCertificate>
-
builder
public static VirtualGatewayClientTlsCertificate.Builder builder()
-
serializableBuilderClass
public static Class<? extends VirtualGatewayClientTlsCertificate.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
fromFile
public static VirtualGatewayClientTlsCertificate fromFile(VirtualGatewayListenerTlsFileCertificate file)
Create an instance of this class withfile()initialized to the given value.An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS) .
- Parameters:
file- An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS) .
-
fromFile
public static VirtualGatewayClientTlsCertificate fromFile(Consumer<VirtualGatewayListenerTlsFileCertificate.Builder> file)
Create an instance of this class withfile()initialized to the given value.An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS) .
- Parameters:
file- An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS) .
-
fromSds
public static VirtualGatewayClientTlsCertificate fromSds(VirtualGatewayListenerTlsSdsCertificate sds)
Create an instance of this class withsds()initialized to the given value.A reference to an object that represents a virtual gateway's client's Secret Discovery Service certificate.
- Parameters:
sds- A reference to an object that represents a virtual gateway's client's Secret Discovery Service certificate.
-
fromSds
public static VirtualGatewayClientTlsCertificate fromSds(Consumer<VirtualGatewayListenerTlsSdsCertificate.Builder> sds)
Create an instance of this class withsds()initialized to the given value.A reference to an object that represents a virtual gateway's client's Secret Discovery Service certificate.
- Parameters:
sds- A reference to an object that represents a virtual gateway's client's Secret Discovery Service certificate.
-
type
public VirtualGatewayClientTlsCertificate.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beVirtualGatewayClientTlsCertificate.Type.UNKNOWN_TO_SDK_VERSIONif 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 beVirtualGatewayClientTlsCertificate.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
-