Interface CreateIpSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateIpSetResponse.Builder,CreateIpSetResponse>,SdkBuilder<CreateIpSetResponse.Builder,CreateIpSetResponse>,SdkPojo,SdkResponse.Builder,WafResponse.Builder
- Enclosing class:
- CreateIpSetResponse
public static interface CreateIpSetResponse.Builder extends WafResponse.Builder, SdkPojo, CopyableBuilder<CreateIpSetResponse.Builder,CreateIpSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateIpSetResponse.BuilderchangeToken(String changeToken)TheChangeTokenthat you used to submit theCreateIPSetrequest.default CreateIpSetResponse.BuilderipSet(Consumer<IPSet.Builder> ipSet)The IPSet returned in theCreateIPSetresponse.CreateIpSetResponse.BuilderipSet(IPSet ipSet)The IPSet returned in theCreateIPSetresponse.-
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
-
ipSet
CreateIpSetResponse.Builder ipSet(IPSet ipSet)
The IPSet returned in the
CreateIPSetresponse.- Parameters:
ipSet- The IPSet returned in theCreateIPSetresponse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipSet
default CreateIpSetResponse.Builder ipSet(Consumer<IPSet.Builder> ipSet)
The IPSet returned in the
This is a convenience method that creates an instance of theCreateIPSetresponse.IPSet.Builderavoiding the need to create one manually viaIPSet.builder().When the
Consumercompletes,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:
ipSet(IPSet)
-
changeToken
CreateIpSetResponse.Builder changeToken(String changeToken)
The
ChangeTokenthat you used to submit theCreateIPSetrequest. 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 theCreateIPSetrequest. 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.
-
-