Interface GetIpSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetIpSetRequest.Builder,GetIpSetRequest>,GuardDutyRequest.Builder,SdkBuilder<GetIpSetRequest.Builder,GetIpSetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetIpSetRequest
public static interface GetIpSetRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<GetIpSetRequest.Builder,GetIpSetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetIpSetRequest.BuilderdetectorId(String detectorId)The unique ID of the detector that the IPSet is associated with.GetIpSetRequest.BuilderipSetId(String ipSetId)The unique ID of the IPSet to retrieve.GetIpSetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIpSetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
GetIpSetRequest.Builder detectorId(String detectorId)
The unique ID of the detector that the IPSet is associated with.
- Parameters:
detectorId- The unique ID of the detector that the IPSet is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipSetId
GetIpSetRequest.Builder ipSetId(String ipSetId)
The unique ID of the IPSet to retrieve.
- Parameters:
ipSetId- The unique ID of the IPSet to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetIpSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetIpSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-