Interface CreateIpSetResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateIpSetResponse.Builder,
,CreateIpSetResponse> SdkBuilder<CreateIpSetResponse.Builder,
,CreateIpSetResponse> SdkPojo
,SdkResponse.Builder
,WafResponse.Builder
- Enclosing class:
CreateIpSetResponse
@Mutable
@NotThreadSafe
public static interface CreateIpSetResponse.Builder
extends WafResponse.Builder, SdkPojo, CopyableBuilder<CreateIpSetResponse.Builder,CreateIpSetResponse>
-
Method Summary
Modifier and TypeMethodDescriptionchangeToken
(String changeToken) TheChangeToken
that you used to submit theCreateIPSet
request.default CreateIpSetResponse.Builder
ipSet
(Consumer<IPSet.Builder> ipSet) The IPSet returned in theCreateIPSet
response.The IPSet returned in theCreateIPSet
response.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, sdkFieldNameToField, 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 Details
-
ipSet
-
ipSet
The IPSet returned in the
This is a convenience method that creates an instance of theCreateIPSet
response.IPSet.Builder
avoiding the need to create one manually viaIPSet.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toipSet(IPSet)
.- Parameters:
ipSet
- a consumer that will call methods onIPSet.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
changeToken
The
ChangeToken
that you used to submit theCreateIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Parameters:
changeToken
- TheChangeToken
that you used to submit theCreateIPSet
request. 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.
-