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 that you want to create an IPSet for.
|
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 that you want to create an IPSet for.
detectorId - The unique ID of the detector of the GuardDuty account that you want to create an IPSet for.CreateIpSetRequest.Builder name(String name)
The user-friendly name to identify the IPSet.
Allowed characters are alphanumerics, spaces, hyphens (-), and underscores (_).
name - The user-friendly name to identify the IPSet.
Allowed characters are alphanumerics, spaces, hyphens (-), and underscores (_).
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.
location - The URI of the file that contains the IPSet.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 © 2022. All rights reserved.