Uses of Interface
software.amazon.awssdk.services.kms.model.RotationsListEntry.Builder
Packages that use RotationsListEntry.Builder
-
Uses of RotationsListEntry.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return RotationsListEntry.BuilderModifier and TypeMethodDescriptionstatic RotationsListEntry.BuilderRotationsListEntry.builder()RotationsListEntry.Builder.expirationModel(String expirationModel) Indicates if the key material is configured to automatically expire.RotationsListEntry.Builder.expirationModel(ExpirationModelType expirationModel) Indicates if the key material is configured to automatically expire.RotationsListEntry.Builder.importState(String importState) Indicates if the key material is currently imported into KMS.RotationsListEntry.Builder.importState(ImportState importState) Indicates if the key material is currently imported into KMS.Unique identifier of the key.RotationsListEntry.Builder.keyMaterialDescription(String keyMaterialDescription) User-specified description of the key material.RotationsListEntry.Builder.keyMaterialId(String keyMaterialId) Unique identifier of the key material.RotationsListEntry.Builder.keyMaterialState(String keyMaterialState) There are four possible values for this field:CURRENT,NON_CURRENT,PENDING_MULTI_REGION_IMPORT_AND_ROTATIONandPENDING_ROTATION.RotationsListEntry.Builder.keyMaterialState(KeyMaterialState keyMaterialState) There are four possible values for this field:CURRENT,NON_CURRENT,PENDING_MULTI_REGION_IMPORT_AND_ROTATIONandPENDING_ROTATION.RotationsListEntry.Builder.rotationDate(Instant rotationDate) Date and time that the key material rotation completed.RotationsListEntry.Builder.rotationType(String rotationType) Identifies whether the key material rotation was a scheduled automatic rotation or an on-demand rotation.RotationsListEntry.Builder.rotationType(RotationType rotationType) Identifies whether the key material rotation was a scheduled automatic rotation or an on-demand rotation.RotationsListEntry.toBuilder()Date and time at which the key material expires.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type RotationsListEntry.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RotationsListEntry.Builder>RotationsListEntry.serializableBuilderClass()