public static interface UpdateThreatIntelSetRequest.Builder extends GuardDutyRequest.Builder, CopyableBuilder<UpdateThreatIntelSetRequest.Builder,UpdateThreatIntelSetRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateThreatIntelSetRequest.Builder |
activate(Boolean activate)
The updated boolean value that specifies whether the ThreateIntelSet is active or not.
|
UpdateThreatIntelSetRequest.Builder |
detectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.
|
UpdateThreatIntelSetRequest.Builder |
location(String location)
The updated URI of the file that contains the ThreateIntelSet.
|
UpdateThreatIntelSetRequest.Builder |
name(String name)
The unique ID that specifies the ThreatIntelSet that you want to update.
|
UpdateThreatIntelSetRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateThreatIntelSetRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateThreatIntelSetRequest.Builder |
threatIntelSetId(String threatIntelSetId)
The unique ID that specifies the ThreatIntelSet that you want to update.
|
buildrequestOverrideConfigcopyapply, buildUpdateThreatIntelSetRequest.Builder activate(Boolean activate)
activate - The updated boolean value that specifies whether the ThreateIntelSet is active or not.UpdateThreatIntelSetRequest.Builder detectorId(String detectorId)
detectorId - The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.UpdateThreatIntelSetRequest.Builder location(String location)
location - The updated URI of the file that contains the ThreateIntelSet. For example
(https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key)UpdateThreatIntelSetRequest.Builder name(String name)
name - The unique ID that specifies the ThreatIntelSet that you want to update.UpdateThreatIntelSetRequest.Builder threatIntelSetId(String threatIntelSetId)
threatIntelSetId - The unique ID that specifies the ThreatIntelSet that you want to update.UpdateThreatIntelSetRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateThreatIntelSetRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.