Interface PutInvestigationGroupPolicyRequest.Builder
- All Superinterfaces:
AiOpsRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<PutInvestigationGroupPolicyRequest.Builder,
,PutInvestigationGroupPolicyRequest> SdkBuilder<PutInvestigationGroupPolicyRequest.Builder,
,PutInvestigationGroupPolicyRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
PutInvestigationGroupPolicyRequest
@Mutable
@NotThreadSafe
public static interface PutInvestigationGroupPolicyRequest.Builder
extends AiOpsRequest.Builder, SdkPojo, CopyableBuilder<PutInvestigationGroupPolicyRequest.Builder,PutInvestigationGroupPolicyRequest>
-
Method Summary
Modifier and TypeMethodDescriptionidentifier
(String identifier) Specify either the name or the ARN of the investigation group that you want to assign the policy to.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The policy, in JSON format.Methods inherited from interface software.amazon.awssdk.services.aiops.model.AiOpsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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
-
Method Details
-
identifier
Specify either the name or the ARN of the investigation group that you want to assign the policy to.
- Parameters:
identifier
- Specify either the name or the ARN of the investigation group that you want to assign the policy to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policy
The policy, in JSON format.
- Parameters:
policy
- The policy, in JSON format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutInvestigationGroupPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutInvestigationGroupPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-