Uses of Interface
software.amazon.awssdk.services.connect.model.SecurityKey.Builder
-
Packages that use SecurityKey.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of SecurityKey.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return SecurityKey.Builder Modifier and Type Method Description SecurityKey.BuilderSecurityKey.Builder. associationId(String associationId)The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.static SecurityKey.BuilderSecurityKey. builder()SecurityKey.BuilderSecurityKey.Builder. creationTime(Instant creationTime)When the security key was created.SecurityKey.BuilderSecurityKey.Builder. key(String key)The key of the security key.SecurityKey.BuilderSecurityKey. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type SecurityKey.Builder Modifier and Type Method Description static Class<? extends SecurityKey.Builder>SecurityKey. serializableBuilderClass()
-