Interface KeyLastUsageData.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<KeyLastUsageData.Builder,,KeyLastUsageData> SdkBuilder<KeyLastUsageData.Builder,,KeyLastUsageData> SdkPojo
- Enclosing class:
KeyLastUsageData
@Mutable
@NotThreadSafe
public static interface KeyLastUsageData.Builder
extends SdkPojo, CopyableBuilder<KeyLastUsageData.Builder,KeyLastUsageData>
-
Method Summary
Modifier and TypeMethodDescriptioncloudTrailEventId(String cloudTrailEventId) The CloudTraileventIdassociated with the last successful cryptographic operation.kmsRequestId(String kmsRequestId) The KMS request ID associated with the last successful cryptographic operation.The last successful cryptographic operation the KMS key was used for.operation(KeyLastUsageTrackingOperation operation) The last successful cryptographic operation the KMS key was used for.The date and time when the KMS key was most recently used for a successful cryptographic operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
operation
The last successful cryptographic operation the KMS key was used for. Absent if the key has not been used since KMS began tracking.
- Parameters:
operation- The last successful cryptographic operation the KMS key was used for. Absent if the key has not been used since KMS began tracking.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operation
The last successful cryptographic operation the KMS key was used for. Absent if the key has not been used since KMS began tracking.
- Parameters:
operation- The last successful cryptographic operation the KMS key was used for. Absent if the key has not been used since KMS began tracking.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timestamp
The date and time when the KMS key was most recently used for a successful cryptographic operation. Absent if the key has not been used since KMS began tracking.
- Parameters:
timestamp- The date and time when the KMS key was most recently used for a successful cryptographic operation. Absent if the key has not been used since KMS began tracking.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudTrailEventId
The CloudTrail
eventIdassociated with the last successful cryptographic operation. Absent if the key has not been used since KMS began tracking.- Parameters:
cloudTrailEventId- The CloudTraileventIdassociated with the last successful cryptographic operation. Absent if the key has not been used since KMS began tracking.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsRequestId
The KMS request ID associated with the last successful cryptographic operation. Absent if the key has not been used since KMS began tracking.
- Parameters:
kmsRequestId- The KMS request ID associated with the last successful cryptographic operation. Absent if the key has not been used since KMS began tracking.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-