Uses of Interface
software.amazon.awssdk.services.ec2.model.IpamPolicy.Builder
Packages that use IpamPolicy.Builder
-
Uses of IpamPolicy.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamPolicy.BuilderModifier and TypeMethodDescriptionstatic IpamPolicy.BuilderIpamPolicy.builder()The ID of the IPAM this policy belongs to.IpamPolicy.Builder.ipamPolicyArn(String ipamPolicyArn) The Amazon Resource Name (ARN) of the IPAM policy.IpamPolicy.Builder.ipamPolicyId(String ipamPolicyId) The ID of the IPAM policy.IpamPolicy.Builder.ipamPolicyRegion(String ipamPolicyRegion) The Region of the IPAM policy.The account ID that owns the IPAM policy.The state of the IPAM policy.IpamPolicy.Builder.state(IpamPolicyState state) The state of the IPAM policy.IpamPolicy.Builder.stateMessage(String stateMessage) A message about the state of the IPAM policy.IpamPolicy.Builder.tags(Collection<Tag> tags) The tags assigned to the IPAM policy.IpamPolicy.Builder.tags(Consumer<Tag.Builder>... tags) The tags assigned to the IPAM policy.The tags assigned to the IPAM policy.IpamPolicy.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamPolicy.BuilderModifier and TypeMethodDescriptionstatic Class<? extends IpamPolicy.Builder>IpamPolicy.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IpamPolicy.BuilderModifier and TypeMethodDescriptiondefault CreateIpamPolicyResponse.BuilderCreateIpamPolicyResponse.Builder.ipamPolicy(Consumer<IpamPolicy.Builder> ipamPolicy) Information about the created IPAM policy.default DeleteIpamPolicyResponse.BuilderDeleteIpamPolicyResponse.Builder.ipamPolicy(Consumer<IpamPolicy.Builder> ipamPolicy) Information about the deleted IPAM policy.