Class SslConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.opsworks.model.SslConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SslConfiguration.Builder,SslConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class SslConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SslConfiguration.Builder,SslConfiguration>
Describes an app's SSL configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSslConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SslConfiguration.Builderbuilder()Stringcertificate()The contents of the certificate's domain.crt file.Stringchain()Optional.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringprivateKey()The private key; the contents of the certificate's domain.kex file.List<SdkField<?>>sdkFields()static Class<? extends SslConfiguration.Builder>serializableBuilderClass()SslConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
certificate
public final String certificate()
The contents of the certificate's domain.crt file.
- Returns:
- The contents of the certificate's domain.crt file.
-
privateKey
public final String privateKey()
The private key; the contents of the certificate's domain.kex file.
- Returns:
- The private key; the contents of the certificate's domain.kex file.
-
chain
public final String chain()
Optional. Can be used to specify an intermediate certificate authority key or client authentication.
- Returns:
- Optional. Can be used to specify an intermediate certificate authority key or client authentication.
-
toBuilder
public SslConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SslConfiguration.Builder,SslConfiguration>
-
builder
public static SslConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends SslConfiguration.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.
-
-