public static interface CreateIPSetRequest.Builder extends GuardDutyRequest.Builder, CopyableBuilder<CreateIPSetRequest.Builder,CreateIPSetRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateIPSetRequest.Builder |
activate(Boolean activate)
A boolean value that indicates whether GuardDuty is to start using the uploaded IPSet.
|
CreateIPSetRequest.Builder |
detectorId(String detectorId)
The unique ID of the detector that you want to update.
|
CreateIPSetRequest.Builder |
format(IpSetFormat format)
The format of the file that contains the IPSet.
|
CreateIPSetRequest.Builder |
format(String format)
The format of the file that contains the IPSet.
|
CreateIPSetRequest.Builder |
location(String location)
The URI of the file that contains the IPSet.
|
CreateIPSetRequest.Builder |
name(String name)
The user friendly name to identify the IPSet.
|
CreateIPSetRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateIPSetRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildCreateIPSetRequest.Builder activate(Boolean activate)
activate - A boolean value that indicates whether GuardDuty is to start using the uploaded IPSet.CreateIPSetRequest.Builder detectorId(String detectorId)
detectorId - The unique ID of the detector that you want to update.CreateIPSetRequest.Builder format(String format)
format - The format of the file that contains the IPSet.IpSetFormat,
IpSetFormatCreateIPSetRequest.Builder format(IpSetFormat format)
format - The format of the file that contains the IPSet.IpSetFormat,
IpSetFormatCreateIPSetRequest.Builder location(String location)
location - The URI of the file that contains the IPSet. For example
(https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key)CreateIPSetRequest.Builder name(String name)
name - The user friendly name to identify the IPSet. This name is displayed in all findings that are
triggered by activity that involves IP addresses included in this IPSet.CreateIPSetRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateIPSetRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.