Interface GetDataProtectionPolicyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CloudWatchLogsRequest.Builder
,CopyableBuilder<GetDataProtectionPolicyRequest.Builder,GetDataProtectionPolicyRequest>
,SdkBuilder<GetDataProtectionPolicyRequest.Builder,GetDataProtectionPolicyRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- GetDataProtectionPolicyRequest
public static interface GetDataProtectionPolicyRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<GetDataProtectionPolicyRequest.Builder,GetDataProtectionPolicyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDataProtectionPolicyRequest.Builder
logGroupIdentifier(String logGroupIdentifier)
The name or ARN of the log group that contains the data protection policy that you want to see.GetDataProtectionPolicyRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
GetDataProtectionPolicyRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
build
-
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, sdkFields
-
-
-
-
Method Detail
-
logGroupIdentifier
GetDataProtectionPolicyRequest.Builder logGroupIdentifier(String logGroupIdentifier)
The name or ARN of the log group that contains the data protection policy that you want to see.
- Parameters:
logGroupIdentifier
- The name or ARN of the log group that contains the data protection policy that you want to see.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetDataProtectionPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
GetDataProtectionPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-