Interface GetGeoMatchSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetGeoMatchSetRequest.Builder,GetGeoMatchSetRequest>,SdkBuilder<GetGeoMatchSetRequest.Builder,GetGeoMatchSetRequest>,SdkPojo,SdkRequest.Builder,WafRequest.Builder
- Enclosing class:
- GetGeoMatchSetRequest
public static interface GetGeoMatchSetRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<GetGeoMatchSetRequest.Builder,GetGeoMatchSetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetGeoMatchSetRequest.BuildergeoMatchSetId(String geoMatchSetId)TheGeoMatchSetIdof the GeoMatchSet that you want to get.GetGeoMatchSetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetGeoMatchSetRequest.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
-
geoMatchSetId
GetGeoMatchSetRequest.Builder geoMatchSetId(String geoMatchSetId)
The
GeoMatchSetIdof the GeoMatchSet that you want to get.GeoMatchSetIdis returned by CreateGeoMatchSet and by ListGeoMatchSets.- Parameters:
geoMatchSetId- TheGeoMatchSetIdof the GeoMatchSet that you want to get.GeoMatchSetIdis returned by CreateGeoMatchSet and by ListGeoMatchSets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetGeoMatchSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetGeoMatchSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-