Interface UpdateCustomDetectionRuleAssociationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateCustomDetectionRuleAssociationRequest.Builder,,UpdateCustomDetectionRuleAssociationRequest> GuardDutyRequest.Builder,SdkBuilder<UpdateCustomDetectionRuleAssociationRequest.Builder,,UpdateCustomDetectionRuleAssociationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateCustomDetectionRuleAssociationRequest
@Mutable
@NotThreadSafe
public static interface UpdateCustomDetectionRuleAssociationRequest.Builder
extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<UpdateCustomDetectionRuleAssociationRequest.Builder,UpdateCustomDetectionRuleAssociationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionassociationId(String associationId) The unique identifier for the association to update.The rule execution mode.mode(AssociationMode mode) The rule execution mode.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The unique identifier for the custom detection rule.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.guardduty.model.GuardDutyRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
ruleId
The unique identifier for the custom detection rule.
- Parameters:
ruleId- The unique identifier for the custom detection rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationId
The unique identifier for the association to update.
- Parameters:
associationId- The unique identifier for the association to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mode
The rule execution mode. Valid values:
LIVE|DRY_RUN.- Parameters:
mode- The rule execution mode. Valid values:LIVE|DRY_RUN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mode
The rule execution mode. Valid values:
LIVE|DRY_RUN.- Parameters:
mode- The rule execution mode. Valid values:LIVE|DRY_RUN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateCustomDetectionRuleAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateCustomDetectionRuleAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-