Interface GetThreatIntelSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetThreatIntelSetRequest.Builder,GetThreatIntelSetRequest>,GuardDutyRequest.Builder,SdkBuilder<GetThreatIntelSetRequest.Builder,GetThreatIntelSetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetThreatIntelSetRequest
public static interface GetThreatIntelSetRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<GetThreatIntelSetRequest.Builder,GetThreatIntelSetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetThreatIntelSetRequest.BuilderdetectorId(String detectorId)The unique ID of the detector that is associated with the threatIntelSet.GetThreatIntelSetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetThreatIntelSetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetThreatIntelSetRequest.BuilderthreatIntelSetId(String threatIntelSetId)The unique ID of the threatIntelSet that you want to get.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
detectorId
GetThreatIntelSetRequest.Builder detectorId(String detectorId)
The unique ID of the detector that is associated with the threatIntelSet.
To find the
detectorIdin the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.- Parameters:
detectorId- The unique ID of the detector that is associated with the threatIntelSet.To find the
detectorIdin the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
threatIntelSetId
GetThreatIntelSetRequest.Builder threatIntelSetId(String threatIntelSetId)
The unique ID of the threatIntelSet that you want to get.
- Parameters:
threatIntelSetId- The unique ID of the threatIntelSet that you want to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetThreatIntelSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetThreatIntelSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-