public static interface UpdateThreatIntelSetRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateThreatIntelSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateThreatIntelSetRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateThreatIntelSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.