static GetKeyRotationStatusResponse.Builder |
GetKeyRotationStatusResponse.builder() |
|
GetKeyRotationStatusResponse.Builder |
GetKeyRotationStatusResponse.Builder.keyId(String keyId) |
Identifies the specified symmetric encryption KMS key.
|
GetKeyRotationStatusResponse.Builder |
GetKeyRotationStatusResponse.Builder.keyRotationEnabled(Boolean keyRotationEnabled) |
A Boolean value that specifies whether key rotation is enabled.
|
GetKeyRotationStatusResponse.Builder |
GetKeyRotationStatusResponse.Builder.nextRotationDate(Instant nextRotationDate) |
The next date that KMS will automatically rotate the key material.
|
GetKeyRotationStatusResponse.Builder |
GetKeyRotationStatusResponse.Builder.onDemandRotationStartDate(Instant onDemandRotationStartDate) |
Identifies the date and time that an in progress on-demand rotation was initiated.
|
GetKeyRotationStatusResponse.Builder |
GetKeyRotationStatusResponse.Builder.rotationPeriodInDays(Integer rotationPeriodInDays) |
The number of days between each automatic rotation.
|
GetKeyRotationStatusResponse.Builder |
GetKeyRotationStatusResponse.toBuilder() |
|