Class SecurityKey
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.SecurityKey
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SecurityKey.Builder,SecurityKey>
@Generated("software.amazon.awssdk:codegen") public final class SecurityKey extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SecurityKey.Builder,SecurityKey>
Configuration information of the security key.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSecurityKey.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassociationId()The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.static SecurityKey.Builderbuilder()InstantcreationTime()When the security key was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringkey()The key of the security key.List<SdkField<?>>sdkFields()static Class<? extends SecurityKey.Builder>serializableBuilderClass()SecurityKey.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
-
associationId
public final String associationId()
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
- Returns:
- The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
-
key
public final String key()
The key of the security key.
- Returns:
- The key of the security key.
-
creationTime
public final Instant creationTime()
When the security key was created.
- Returns:
- When the security key was created.
-
toBuilder
public SecurityKey.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SecurityKey.Builder,SecurityKey>
-
builder
public static SecurityKey.Builder builder()
-
serializableBuilderClass
public static Class<? extends SecurityKey.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.
-
-