Interface GetIpSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetIpSetResponse.Builder,GetIpSetResponse>,SdkBuilder<GetIpSetResponse.Builder,GetIpSetResponse>,SdkPojo,SdkResponse.Builder,WafResponse.Builder
- Enclosing class:
- GetIpSetResponse
public static interface GetIpSetResponse.Builder extends WafResponse.Builder, SdkPojo, CopyableBuilder<GetIpSetResponse.Builder,GetIpSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetIpSetResponse.BuilderipSet(Consumer<IPSet.Builder> ipSet)Information about the IPSet that you specified in theGetIPSetrequest.GetIpSetResponse.BuilderipSet(IPSet ipSet)Information about the IPSet that you specified in theGetIPSetrequest.-
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
GetIpSetResponse.Builder ipSet(IPSet ipSet)
Information about the IPSet that you specified in the
GetIPSetrequest. For more information, see the following topics:-
IPSet: Contains
IPSetDescriptors,IPSetId, andName -
IPSetDescriptors: Contains an array of IPSetDescriptor objects. EachIPSetDescriptorobject containsTypeandValue
- Parameters:
ipSet- Information about the IPSet that you specified in theGetIPSetrequest. For more information, see the following topics:-
IPSet: Contains
IPSetDescriptors,IPSetId, andName -
IPSetDescriptors: Contains an array of IPSetDescriptor objects. EachIPSetDescriptorobject containsTypeandValue
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
ipSet
default GetIpSetResponse.Builder ipSet(Consumer<IPSet.Builder> ipSet)
Information about the IPSet that you specified in the
GetIPSetrequest. For more information, see the following topics:-
IPSet: Contains
IPSetDescriptors,IPSetId, andName -
IPSetDescriptors: Contains an array of IPSetDescriptor objects. EachIPSetDescriptorobject containsTypeandValue
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)
-
-
-