Interface UpdateIpSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateIpSetRequest.Builder,UpdateIpSetRequest>,GuardDutyRequest.Builder,SdkBuilder<UpdateIpSetRequest.Builder,UpdateIpSetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateIpSetRequest
public static interface UpdateIpSetRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<UpdateIpSetRequest.Builder,UpdateIpSetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateIpSetRequest.Builderactivate(Boolean activate)The updated Boolean value that specifies whether the IPSet is active or not.UpdateIpSetRequest.BuilderdetectorId(String detectorId)The detectorID that specifies the GuardDuty service whose IPSet you want to update.UpdateIpSetRequest.BuilderipSetId(String ipSetId)The unique ID that specifies the IPSet that you want to update.UpdateIpSetRequest.Builderlocation(String location)The updated URI of the file that contains the IPSet.UpdateIpSetRequest.Buildername(String name)The unique ID that specifies the IPSet that you want to update.UpdateIpSetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateIpSetRequest.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
UpdateIpSetRequest.Builder detectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose IPSet you want to update.
- Parameters:
detectorId- The detectorID that specifies the GuardDuty service whose IPSet you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipSetId
UpdateIpSetRequest.Builder ipSetId(String ipSetId)
The unique ID that specifies the IPSet that you want to update.
- Parameters:
ipSetId- The unique ID that specifies the IPSet that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateIpSetRequest.Builder name(String name)
The unique ID that specifies the IPSet that you want to update.
- Parameters:
name- The unique ID that specifies the IPSet that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
UpdateIpSetRequest.Builder location(String location)
The updated URI of the file that contains the IPSet.
- Parameters:
location- The updated URI of the file that contains the IPSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activate
UpdateIpSetRequest.Builder activate(Boolean activate)
The updated Boolean value that specifies whether the IPSet is active or not.
- Parameters:
activate- The updated Boolean value that specifies whether the IPSet is active or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateIpSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateIpSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-