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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateIpSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateIpSetRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateIpSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.