Interface UpdateThreatIntelSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateThreatIntelSetRequest.Builder,UpdateThreatIntelSetRequest>,GuardDutyRequest.Builder,SdkBuilder<UpdateThreatIntelSetRequest.Builder,UpdateThreatIntelSetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateThreatIntelSetRequest
public static interface UpdateThreatIntelSetRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<UpdateThreatIntelSetRequest.Builder,UpdateThreatIntelSetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateThreatIntelSetRequest.Builderactivate(Boolean activate)The updated Boolean value that specifies whether the ThreateIntelSet is active or not.UpdateThreatIntelSetRequest.BuilderdetectorId(String detectorId)The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.UpdateThreatIntelSetRequest.Builderlocation(String location)The updated URI of the file that contains the ThreateIntelSet.UpdateThreatIntelSetRequest.Buildername(String name)The unique ID that specifies the ThreatIntelSet that you want to update.UpdateThreatIntelSetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateThreatIntelSetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateThreatIntelSetRequest.BuilderthreatIntelSetId(String threatIntelSetId)The unique ID that specifies the ThreatIntelSet that you want to update.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.guardduty.model.GuardDutyRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
detectorId
UpdateThreatIntelSetRequest.Builder detectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.
- Parameters:
detectorId- The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
threatIntelSetId
UpdateThreatIntelSetRequest.Builder threatIntelSetId(String threatIntelSetId)
The unique ID that specifies the ThreatIntelSet that you want to update.
- Parameters:
threatIntelSetId- The unique ID that specifies the ThreatIntelSet that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateThreatIntelSetRequest.Builder name(String name)
The unique ID that specifies the ThreatIntelSet that you want to update.
- Parameters:
name- The unique ID that specifies the ThreatIntelSet that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
UpdateThreatIntelSetRequest.Builder location(String location)
The updated URI of the file that contains the ThreateIntelSet.
- Parameters:
location- The updated URI of the file that contains the ThreateIntelSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activate
UpdateThreatIntelSetRequest.Builder activate(Boolean activate)
The updated Boolean value that specifies whether the ThreateIntelSet is active or not.
- Parameters:
activate- The updated Boolean value that specifies whether the ThreateIntelSet is active or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateThreatIntelSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateThreatIntelSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-