Interface IPSetUpdate.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<IPSetUpdate.Builder,,- IPSetUpdate> - SdkBuilder<IPSetUpdate.Builder,,- IPSetUpdate> - SdkPojo
- Enclosing class:
- IPSetUpdate
@Mutable
@NotThreadSafe
public static interface IPSetUpdate.Builder
extends SdkPojo, CopyableBuilder<IPSetUpdate.Builder,IPSetUpdate> 
- 
Method SummaryModifier and TypeMethodDescriptionSpecifies whether to insert or delete an IP address with UpdateIPSet.action(ChangeAction action) Specifies whether to insert or delete an IP address with UpdateIPSet.default IPSetUpdate.BuilderipSetDescriptor(Consumer<IPSetDescriptor.Builder> ipSetDescriptor) The IP address type (IPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from.ipSetDescriptor(IPSetDescriptor ipSetDescriptor) The IP address type (IPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
actionSpecifies whether to insert or delete an IP address with UpdateIPSet. - Parameters:
- action- Specifies whether to insert or delete an IP address with UpdateIPSet.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
actionSpecifies whether to insert or delete an IP address with UpdateIPSet. - Parameters:
- action- Specifies whether to insert or delete an IP address with UpdateIPSet.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
ipSetDescriptorThe IP address type ( IPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from.- Parameters:
- ipSetDescriptor- The IP address type (- IPV4or- IPV6) and the IP address range (in CIDR notation) that web requests originate from.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ipSetDescriptorThe IP address type ( This is a convenience method that creates an instance of theIPV4orIPV6) and the IP address range (in CIDR notation) that web requests originate from.IPSetDescriptor.Builderavoiding the need to create one manually viaIPSetDescriptor.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toipSetDescriptor(IPSetDescriptor).- Parameters:
- ipSetDescriptor- a consumer that will call methods on- IPSetDescriptor.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-