Class TrustStore
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TrustStore.Builder,TrustStore>
A trust store.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringarn()The trust store's Amazon Resource Name (ARN).static TrustStore.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringid()The trust store's ID.final InstantThe trust store's last modified time.final Stringname()The trust store's name.final IntegerThe trust store's number of CA certificates.final Stringreason()The trust store's reason.static Class<? extends TrustStore.Builder>final TrustStoreStatusstatus()The trust store's status.final StringThe trust store's status.final StringtoString()Returns a string representation of this object.final BooleanA Boolean that determines whether the trust store uses the CA certificate's OCSP endpoint to check certificate revocation status.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
id
The trust store's ID.
- Returns:
- The trust store's ID.
-
arn
The trust store's Amazon Resource Name (ARN).
- Returns:
- The trust store's Amazon Resource Name (ARN).
-
name
The trust store's name.
- Returns:
- The trust store's name.
-
status
The trust store's status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTrustStoreStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The trust store's status.
- See Also:
-
statusAsString
The trust store's status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTrustStoreStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The trust store's status.
- See Also:
-
numberOfCaCertificates
The trust store's number of CA certificates.
- Returns:
- The trust store's number of CA certificates.
-
lastModifiedTime
The trust store's last modified time.
- Returns:
- The trust store's last modified time.
-
reason
The trust store's reason.
- Returns:
- The trust store's reason.
-
useClientCertificateOCSPEndpoint
A Boolean that determines whether the trust store uses the CA certificate's OCSP endpoint to check certificate revocation status.
- Returns:
- A Boolean that determines whether the trust store uses the CA certificate's OCSP endpoint to check certificate revocation status.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<TrustStore.Builder,TrustStore>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-