Interface DeleteIpamPolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteIpamPolicyResponse.Builder,,DeleteIpamPolicyResponse> Ec2Response.Builder,SdkBuilder<DeleteIpamPolicyResponse.Builder,,DeleteIpamPolicyResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteIpamPolicyResponse
-
Method Summary
Modifier and TypeMethodDescriptiondefault DeleteIpamPolicyResponse.BuilderipamPolicy(Consumer<IpamPolicy.Builder> ipamPolicy) Information about the deleted IPAM policy.ipamPolicy(IpamPolicy ipamPolicy) Information about the deleted IPAM policy.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
ipamPolicy
Information about the deleted IPAM policy.
An IPAM policy is a set of rules that define how public IPv4 addresses from IPAM pools are allocated to Amazon Web Services resources. Each rule maps an Amazon Web Services service to IPAM pools that the service will use to get IP addresses. A single policy can have multiple rules and be applied to multiple Amazon Web Services Regions. If the IPAM pool run out of addresses then the services fallback to Amazon-provided IP addresses. A policy can be applied to an individual Amazon Web Services account or an entity within Amazon Web Services Organizations.
- Parameters:
ipamPolicy- Information about the deleted IPAM policy.An IPAM policy is a set of rules that define how public IPv4 addresses from IPAM pools are allocated to Amazon Web Services resources. Each rule maps an Amazon Web Services service to IPAM pools that the service will use to get IP addresses. A single policy can have multiple rules and be applied to multiple Amazon Web Services Regions. If the IPAM pool run out of addresses then the services fallback to Amazon-provided IP addresses. A policy can be applied to an individual Amazon Web Services account or an entity within Amazon Web Services Organizations.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamPolicy
Information about the deleted IPAM policy.
An IPAM policy is a set of rules that define how public IPv4 addresses from IPAM pools are allocated to Amazon Web Services resources. Each rule maps an Amazon Web Services service to IPAM pools that the service will use to get IP addresses. A single policy can have multiple rules and be applied to multiple Amazon Web Services Regions. If the IPAM pool run out of addresses then the services fallback to Amazon-provided IP addresses. A policy can be applied to an individual Amazon Web Services account or an entity within Amazon Web Services Organizations.
This is a convenience method that creates an instance of theIpamPolicy.Builderavoiding the need to create one manually viaIpamPolicy.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toipamPolicy(IpamPolicy).- Parameters:
ipamPolicy- a consumer that will call methods onIpamPolicy.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-