Class TrustStore
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TrustStore.Builder,TrustStore>
Information about a trust store.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic TrustStore.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringname()The name of the trust store.final IntegerThe number of ca certificates in the trust store.static Class<? extends TrustStore.Builder>final TrustStoreStatusstatus()The current status of the trust store.final StringThe current status of the trust store.final StringtoString()Returns a string representation of this object.final LongThe number of revoked certificates in the trust store.final StringThe Amazon Resource Name (ARN) of the trust store.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
-
name
The name of the trust store.
- Returns:
- The name of the trust store.
-
trustStoreArn
The Amazon Resource Name (ARN) of the trust store.
- Returns:
- The Amazon Resource Name (ARN) of the trust store.
-
status
The current status of the trust store.
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 current status of the trust store.
- See Also:
-
statusAsString
The current status of the trust store.
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 current status of the trust store.
- See Also:
-
numberOfCaCertificates
The number of ca certificates in the trust store.
- Returns:
- The number of ca certificates in the trust store.
-
totalRevokedEntries
The number of revoked certificates in the trust store.
- Returns:
- The number of revoked certificates in the trust store.
-
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
-