Uses of Interface
software.amazon.awssdk.services.guardduty.model.CreateThreatIntelSetRequest.Builder
-
Packages that use CreateThreatIntelSetRequest.Builder Package Description software.amazon.awssdk.services.guardduty Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following foundational data sources - VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit logs, DNS logs, Amazon EBS volume data, runtime activity belonging to container workloads, such as Amazon EKS, Amazon ECS (including Amazon Web Services Fargate), and Amazon EC2 instances.software.amazon.awssdk.services.guardduty.model -
-
Uses of CreateThreatIntelSetRequest.Builder in software.amazon.awssdk.services.guardduty
Method parameters in software.amazon.awssdk.services.guardduty with type arguments of type CreateThreatIntelSetRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateThreatIntelSetResponse>GuardDutyAsyncClient. createThreatIntelSet(Consumer<CreateThreatIntelSetRequest.Builder> createThreatIntelSetRequest)Creates a new ThreatIntelSet.default CreateThreatIntelSetResponseGuardDutyClient. createThreatIntelSet(Consumer<CreateThreatIntelSetRequest.Builder> createThreatIntelSetRequest)Creates a new ThreatIntelSet. -
Uses of CreateThreatIntelSetRequest.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return CreateThreatIntelSetRequest.Builder Modifier and Type Method Description CreateThreatIntelSetRequest.BuilderCreateThreatIntelSetRequest.Builder. activate(Boolean activate)A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.static CreateThreatIntelSetRequest.BuilderCreateThreatIntelSetRequest. builder()CreateThreatIntelSetRequest.BuilderCreateThreatIntelSetRequest.Builder. clientToken(String clientToken)The idempotency token for the create request.CreateThreatIntelSetRequest.BuilderCreateThreatIntelSetRequest.Builder. detectorId(String detectorId)The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for.CreateThreatIntelSetRequest.BuilderCreateThreatIntelSetRequest.Builder. format(String format)The format of the file that contains the ThreatIntelSet.CreateThreatIntelSetRequest.BuilderCreateThreatIntelSetRequest.Builder. format(ThreatIntelSetFormat format)The format of the file that contains the ThreatIntelSet.CreateThreatIntelSetRequest.BuilderCreateThreatIntelSetRequest.Builder. location(String location)The URI of the file that contains the ThreatIntelSet.CreateThreatIntelSetRequest.BuilderCreateThreatIntelSetRequest.Builder. name(String name)A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.CreateThreatIntelSetRequest.BuilderCreateThreatIntelSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateThreatIntelSetRequest.BuilderCreateThreatIntelSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateThreatIntelSetRequest.BuilderCreateThreatIntelSetRequest.Builder. tags(Map<String,String> tags)The tags to be added to a new threat list resource.CreateThreatIntelSetRequest.BuilderCreateThreatIntelSetRequest. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type CreateThreatIntelSetRequest.Builder Modifier and Type Method Description static Class<? extends CreateThreatIntelSetRequest.Builder>CreateThreatIntelSetRequest. serializableBuilderClass()
-