public static interface PutDataProtectionPolicyResponse.Builder extends CloudWatchLogsResponse.Builder, SdkPojo, CopyableBuilder<PutDataProtectionPolicyResponse.Builder,PutDataProtectionPolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
PutDataProtectionPolicyResponse.Builder |
lastUpdatedTime(Long lastUpdatedTime)
The date and time that this policy was most recently updated.
|
PutDataProtectionPolicyResponse.Builder |
logGroupIdentifier(String logGroupIdentifier)
The log group name or ARN that you specified in your request.
|
PutDataProtectionPolicyResponse.Builder |
policyDocument(String policyDocument)
The data protection policy used for this log group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutDataProtectionPolicyResponse.Builder logGroupIdentifier(String logGroupIdentifier)
The log group name or ARN that you specified in your request.
logGroupIdentifier - The log group name or ARN that you specified in your request.PutDataProtectionPolicyResponse.Builder policyDocument(String policyDocument)
The data protection policy used for this log group.
policyDocument - The data protection policy used for this log group.PutDataProtectionPolicyResponse.Builder lastUpdatedTime(Long lastUpdatedTime)
The date and time that this policy was most recently updated.
lastUpdatedTime - The date and time that this policy was most recently updated.Copyright © 2023. All rights reserved.