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) |
UpdateThreatIntelSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateThreatIntelSetRequest.Builder |
threatIntelSetId(String threatIntelSetId)
The unique ID that specifies the ThreatIntelSet that you want to update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateThreatIntelSetRequest.Builder detectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.
detectorId - The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.UpdateThreatIntelSetRequest.Builder threatIntelSetId(String threatIntelSetId)
The unique ID that specifies the ThreatIntelSet that you want to update.
threatIntelSetId - The unique ID that specifies the ThreatIntelSet that you want to update.UpdateThreatIntelSetRequest.Builder name(String name)
The unique ID that specifies the ThreatIntelSet that you want to update.
name - The unique ID that specifies the ThreatIntelSet that you want to update.UpdateThreatIntelSetRequest.Builder location(String location)
The updated URI of the file that contains the ThreateIntelSet.
location - The updated URI of the file that contains the ThreateIntelSet.UpdateThreatIntelSetRequest.Builder activate(Boolean activate)
The updated Boolean value that specifies whether the ThreateIntelSet is active or not.
activate - The updated Boolean value that specifies whether the ThreateIntelSet is active or not.UpdateThreatIntelSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateThreatIntelSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.