Interface PutDataProtectionPolicyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudWatchLogsResponse.Builder,CopyableBuilder<PutDataProtectionPolicyResponse.Builder,PutDataProtectionPolicyResponse>,SdkBuilder<PutDataProtectionPolicyResponse.Builder,PutDataProtectionPolicyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- PutDataProtectionPolicyResponse
public static interface PutDataProtectionPolicyResponse.Builder extends CloudWatchLogsResponse.Builder, SdkPojo, CopyableBuilder<PutDataProtectionPolicyResponse.Builder,PutDataProtectionPolicyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutDataProtectionPolicyResponse.BuilderlastUpdatedTime(Long lastUpdatedTime)The date and time that this policy was most recently updated.PutDataProtectionPolicyResponse.BuilderlogGroupIdentifier(String logGroupIdentifier)The log group name or ARN that you specified in your request.PutDataProtectionPolicyResponse.BuilderpolicyDocument(String policyDocument)The data protection policy used for this log group.-
Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
logGroupIdentifier
PutDataProtectionPolicyResponse.Builder logGroupIdentifier(String logGroupIdentifier)
The log group name or ARN that you specified in your request.
- Parameters:
logGroupIdentifier- The log group name or ARN that you specified in your request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyDocument
PutDataProtectionPolicyResponse.Builder policyDocument(String policyDocument)
The data protection policy used for this log group.
- Parameters:
policyDocument- The data protection policy used for this log group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
PutDataProtectionPolicyResponse.Builder lastUpdatedTime(Long lastUpdatedTime)
The date and time that this policy was most recently updated.
- Parameters:
lastUpdatedTime- The date and time that this policy was most recently updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-