Interface GetIpSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetIpSetRequest.Builder,GetIpSetRequest>,SdkBuilder<GetIpSetRequest.Builder,GetIpSetRequest>,SdkPojo,SdkRequest.Builder,WafRequest.Builder
- Enclosing class:
- GetIpSetRequest
public static interface GetIpSetRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<GetIpSetRequest.Builder,GetIpSetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetIpSetRequest.BuilderipSetId(String ipSetId)TheIPSetIdof the IPSet that you want to get.GetIpSetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIpSetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.waf.model.WafRequest.Builder
build
-
-
-
-
Method Detail
-
ipSetId
GetIpSetRequest.Builder ipSetId(String ipSetId)
The
IPSetIdof the IPSet that you want to get.IPSetIdis returned by CreateIPSet and by ListIPSets.- Parameters:
ipSetId- TheIPSetIdof the IPSet that you want to get.IPSetIdis returned by CreateIPSet and by ListIPSets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetIpSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetIpSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-