public static interface CreateIpSetRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, 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 |
clientToken(String clientToken)
The idempotency token for the create request.
|
CreateIpSetRequest.Builder |
detectorId(String detectorId)
The unique ID of the detector of the GuardDuty account for which you want to create an IPSet.
|
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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateIpSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateIpSetRequest.Builder |
tags(Map<String,String> tags)
The tags to be added to a new IP set resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateIpSetRequest.Builder detectorId(String detectorId)
The unique ID of the detector of the GuardDuty account for which you want to create an IPSet.
detectorId - The unique ID of the detector of the GuardDuty account for which you want to create an IPSet.CreateIpSetRequest.Builder name(String 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.
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 format(String format)
The format of the file that contains the IPSet.
format - The format of the file that contains the IPSet.IpSetFormat,
IpSetFormatCreateIpSetRequest.Builder format(IpSetFormat format)
The format of the file that contains the IPSet.
format - The format of the file that contains the IPSet.IpSetFormat,
IpSetFormatCreateIpSetRequest.Builder location(String location)
The URI of the file that contains the IPSet. For example (https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key)
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 activate(Boolean activate)
A boolean value that indicates whether GuardDuty is to start using the uploaded IPSet.
activate - A boolean value that indicates whether GuardDuty is to start using the uploaded IPSet.CreateIpSetRequest.Builder clientToken(String clientToken)
The idempotency token for the create request.
clientToken - The idempotency token for the create request.CreateIpSetRequest.Builder tags(Map<String,String> tags)
The tags to be added to a new IP set resource.
tags - The tags to be added to a new IP set resource.CreateIpSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateIpSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.