public static interface UpdateIpSetRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, 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) |
UpdateIpSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateIpSetRequest.Builder detectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose IPSet you want to update.
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.
ipSetId - The unique ID that specifies the IPSet that you want to update.UpdateIpSetRequest.Builder name(String name)
The unique ID that specifies the IPSet that you want to update.
name - 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. For example (https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key).
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 activate(Boolean activate)
The updated boolean value that specifies whether the IPSet is active or not.
activate - The updated boolean value that specifies whether the IPSet is active or not.UpdateIpSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateIpSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.