Class SslConfiguration
java.lang.Object
com.amazonaws.services.opsworks.model.SslConfiguration
- All Implemented Interfaces:
Serializable
,Cloneable
Describes an app's SSL configuration.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The contents of the certificate's domain.crt file.getChain()
Optional.The private key; the contents of the certificate's domain.kex file.int
hashCode()
void
setCertificate
(String certificate) The contents of the certificate's domain.crt file.void
Optional.void
setPrivateKey
(String privateKey) The private key; the contents of the certificate's domain.kex file.toString()
Returns a string representation of this object; useful for testing and debugging.withCertificate
(String certificate) The contents of the certificate's domain.crt file.Optional.withPrivateKey
(String privateKey) The private key; the contents of the certificate's domain.kex file.
-
Constructor Details
-
SslConfiguration
public SslConfiguration()
-
-
Method Details
-
setCertificate
The contents of the certificate's domain.crt file.
- Parameters:
certificate
- The contents of the certificate's domain.crt file.
-
getCertificate
The contents of the certificate's domain.crt file.
- Returns:
- The contents of the certificate's domain.crt file.
-
withCertificate
The contents of the certificate's domain.crt file.
- Parameters:
certificate
- The contents of the certificate's domain.crt file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPrivateKey
The private key; the contents of the certificate's domain.kex file.
- Parameters:
privateKey
- The private key; the contents of the certificate's domain.kex file.
-
getPrivateKey
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.
-
withPrivateKey
The private key; the contents of the certificate's domain.kex file.
- Parameters:
privateKey
- The private key; the contents of the certificate's domain.kex file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setChain
Optional. Can be used to specify an intermediate certificate authority key or client authentication.
- Parameters:
chain
- Optional. Can be used to specify an intermediate certificate authority key or client authentication.
-
getChain
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.
-
withChain
Optional. Can be used to specify an intermediate certificate authority key or client authentication.
- Parameters:
chain
- Optional. Can be used to specify an intermediate certificate authority key or client authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-