Interface IpamPolicyAllocationRuleRequest.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IpamPolicyAllocationRuleRequest.Builder,,IpamPolicyAllocationRuleRequest> SdkBuilder<IpamPolicyAllocationRuleRequest.Builder,,IpamPolicyAllocationRuleRequest> SdkPojo
- Enclosing class:
IpamPolicyAllocationRuleRequest
@Mutable
@NotThreadSafe
public static interface IpamPolicyAllocationRuleRequest.Builder
extends SdkPojo, CopyableBuilder<IpamPolicyAllocationRuleRequest.Builder,IpamPolicyAllocationRuleRequest>
-
Method Summary
Modifier and TypeMethodDescriptionsourceIpamPoolId(String sourceIpamPoolId) The ID of the source IPAM pool for the requested allocation rule.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
sourceIpamPoolId
The ID of the source IPAM pool for the requested 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 requested 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.
-