Interface CreateGeoMatchSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateGeoMatchSetResponse.Builder,CreateGeoMatchSetResponse>,SdkBuilder<CreateGeoMatchSetResponse.Builder,CreateGeoMatchSetResponse>,SdkPojo,SdkResponse.Builder,WafResponse.Builder
- Enclosing class:
- CreateGeoMatchSetResponse
public static interface CreateGeoMatchSetResponse.Builder extends WafResponse.Builder, SdkPojo, CopyableBuilder<CreateGeoMatchSetResponse.Builder,CreateGeoMatchSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateGeoMatchSetResponse.BuilderchangeToken(String changeToken)TheChangeTokenthat you used to submit theCreateGeoMatchSetrequest.default CreateGeoMatchSetResponse.BuildergeoMatchSet(Consumer<GeoMatchSet.Builder> geoMatchSet)The GeoMatchSet returned in theCreateGeoMatchSetresponse.CreateGeoMatchSetResponse.BuildergeoMatchSet(GeoMatchSet geoMatchSet)The GeoMatchSet returned in theCreateGeoMatchSetresponse.-
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.waf.model.WafResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
geoMatchSet
CreateGeoMatchSetResponse.Builder geoMatchSet(GeoMatchSet geoMatchSet)
The GeoMatchSet returned in the
CreateGeoMatchSetresponse. TheGeoMatchSetcontains noGeoMatchConstraints.- Parameters:
geoMatchSet- The GeoMatchSet returned in theCreateGeoMatchSetresponse. TheGeoMatchSetcontains noGeoMatchConstraints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
geoMatchSet
default CreateGeoMatchSetResponse.Builder geoMatchSet(Consumer<GeoMatchSet.Builder> geoMatchSet)
The GeoMatchSet returned in the
This is a convenience method that creates an instance of theCreateGeoMatchSetresponse. TheGeoMatchSetcontains noGeoMatchConstraints.GeoMatchSet.Builderavoiding the need to create one manually viaGeoMatchSet.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togeoMatchSet(GeoMatchSet).- Parameters:
geoMatchSet- a consumer that will call methods onGeoMatchSet.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
geoMatchSet(GeoMatchSet)
-
changeToken
CreateGeoMatchSetResponse.Builder changeToken(String changeToken)
The
ChangeTokenthat you used to submit theCreateGeoMatchSetrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Parameters:
changeToken- TheChangeTokenthat you used to submit theCreateGeoMatchSetrequest. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-