public static interface UpdateIPSetRequest.Builder extends GuardDutyRequest.Builder, CopyableBuilder<UpdateIPSetRequest.Builder,UpdateIPSetRequest>
Modifier and Type | Method and Description |
---|---|
UpdateIPSetRequest.Builder |
activate(Boolean activate)
The updated boolean value that specifies whether the IPSet is active or not.
|
UpdateIPSetRequest.Builder |
detectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose IPSet you want to update.
|
UpdateIPSetRequest.Builder |
ipSetId(String ipSetId)
The unique ID that specifies the IPSet that you want to update.
|
UpdateIPSetRequest.Builder |
location(String location)
The updated URI of the file that contains the IPSet.
|
UpdateIPSetRequest.Builder |
name(String name)
The unique ID that specifies the IPSet that you want to update.
|
UpdateIPSetRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateIPSetRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
UpdateIPSetRequest.Builder activate(Boolean activate)
activate
- The updated boolean value that specifies whether the IPSet is active or not.UpdateIPSetRequest.Builder detectorId(String detectorId)
detectorId
- The detectorID that specifies the GuardDuty service whose IPSet you want to update.UpdateIPSetRequest.Builder ipSetId(String ipSetId)
ipSetId
- The unique ID that specifies the IPSet that you want to update.UpdateIPSetRequest.Builder location(String location)
location
- The updated URI of the file that contains the IPSet. For example
(https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key).UpdateIPSetRequest.Builder name(String name)
name
- The unique ID that specifies the IPSet that you want to update.UpdateIPSetRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UpdateIPSetRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.