Interface IpamPolicyAllocationRule.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IpamPolicyAllocationRule.Builder,IpamPolicyAllocationRule>,SdkBuilder<IpamPolicyAllocationRule.Builder,IpamPolicyAllocationRule>,SdkPojo
- Enclosing class:
- IpamPolicyAllocationRule
@Mutable @NotThreadSafe public static interface IpamPolicyAllocationRule.Builder extends SdkPojo, CopyableBuilder<IpamPolicyAllocationRule.Builder,IpamPolicyAllocationRule>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IpamPolicyAllocationRule.BuildersourceIpamPoolId(String sourceIpamPoolId)The ID of the source IPAM pool for the allocation rule.-
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
-
-
-
-
Method Detail
-
sourceIpamPoolId
IpamPolicyAllocationRule.Builder sourceIpamPoolId(String sourceIpamPoolId)
The ID of the source IPAM pool for the allocation rule.
An IPAM pool is a collection of IP addresses in IPAM that can be allocated to Amazon Web Services resources.
- Parameters:
sourceIpamPoolId- The ID of the source IPAM pool for the allocation rule.An IPAM pool is a collection of IP addresses in IPAM that can be allocated to Amazon Web Services resources.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-