public static interface GetIpSetRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<GetIpSetRequest.Builder,GetIpSetRequest>
| Modifier and Type | Method and Description |
|---|---|
GetIpSetRequest.Builder |
ipSetId(String ipSetId)
The
IPSetId of the IPSet that you want to get. |
GetIpSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetIpSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildGetIpSetRequest.Builder ipSetId(String ipSetId)
The IPSetId of the IPSet that you want to get. IPSetId is returned by
CreateIPSet and by ListIPSets.
ipSetId - The IPSetId of the IPSet that you want to get. IPSetId is returned by
CreateIPSet and by ListIPSets.GetIpSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetIpSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.