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)
Add an optional request override configuration.
|
CreateIpSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateIpSetRequest.Builder |
tags(Map<String,String> tags)
The tags to be added to a new IP set resource.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateIpSetRequest.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
,
IpSetFormat
CreateIpSetRequest.Builder format(IpSetFormat format)
The format of the file that contains the IPSet.
format
- The format of the file that contains the IPSet.IpSetFormat
,
IpSetFormat
CreateIpSetRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateIpSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.