static RotationsListEntry.Builder |
RotationsListEntry.builder() |
|
RotationsListEntry.Builder |
RotationsListEntry.Builder.expirationModel(String expirationModel) |
Indicates if the key material is configured to automatically expire.
|
RotationsListEntry.Builder |
RotationsListEntry.Builder.expirationModel(ExpirationModelType expirationModel) |
Indicates if the key material is configured to automatically expire.
|
RotationsListEntry.Builder |
RotationsListEntry.Builder.importState(String importState) |
Indicates if the key material is currently imported into KMS.
|
RotationsListEntry.Builder |
RotationsListEntry.Builder.importState(ImportState importState) |
Indicates if the key material is currently imported into KMS.
|
RotationsListEntry.Builder |
RotationsListEntry.Builder.keyId(String keyId) |
Unique identifier of the key.
|
RotationsListEntry.Builder |
RotationsListEntry.Builder.keyMaterialDescription(String keyMaterialDescription) |
User-specified description of the key material.
|
RotationsListEntry.Builder |
RotationsListEntry.Builder.keyMaterialId(String keyMaterialId) |
Unique identifier of the key material.
|
RotationsListEntry.Builder |
RotationsListEntry.Builder.keyMaterialState(String keyMaterialState) |
There are four possible values for this field: CURRENT, NON_CURRENT,
PENDING_MULTI_REGION_IMPORT_AND_ROTATION and PENDING_ROTATION.
|
RotationsListEntry.Builder |
RotationsListEntry.Builder.keyMaterialState(KeyMaterialState keyMaterialState) |
There are four possible values for this field: CURRENT, NON_CURRENT,
PENDING_MULTI_REGION_IMPORT_AND_ROTATION and PENDING_ROTATION.
|
RotationsListEntry.Builder |
RotationsListEntry.Builder.rotationDate(Instant rotationDate) |
Date and time that the key material rotation completed.
|
RotationsListEntry.Builder |
RotationsListEntry.Builder.rotationType(String rotationType) |
|
RotationsListEntry.Builder |
RotationsListEntry.Builder.rotationType(RotationType rotationType) |
|
RotationsListEntry.Builder |
RotationsListEntry.toBuilder() |
|
RotationsListEntry.Builder |
RotationsListEntry.Builder.validTo(Instant validTo) |
Date and time at which the key material expires.
|