public static interface CreateIpSetRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<CreateIpSetRequest.Builder,CreateIpSetRequest>
Modifier and Type | Method and Description |
---|---|
CreateIpSetRequest.Builder |
changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
CreateIpSetRequest.Builder |
name(String name)
A friendly name or description of 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.
|
build
overrideConfiguration
copy
applyMutation, build
CreateIpSetRequest.Builder name(String name)
A friendly name or description of the IPSet. You can't change Name
after you create the
IPSet
.
name
- A friendly name or description of the IPSet. You can't change Name
after you
create the IPSet
.CreateIpSetRequest.Builder changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken
- The value returned by the most recent call to GetChangeToken.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.