Interface GetIpamPolicyAllocationRulesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetIpamPolicyAllocationRulesResponse.Builder,GetIpamPolicyAllocationRulesResponse>,Ec2Response.Builder,SdkBuilder<GetIpamPolicyAllocationRulesResponse.Builder,GetIpamPolicyAllocationRulesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetIpamPolicyAllocationRulesResponse
@Mutable @NotThreadSafe public static interface GetIpamPolicyAllocationRulesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetIpamPolicyAllocationRulesResponse.Builder,GetIpamPolicyAllocationRulesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetIpamPolicyAllocationRulesResponse.BuilderipamPolicyDocuments(Collection<IpamPolicyDocument> ipamPolicyDocuments)The IPAM policy documents containing the allocation rules.GetIpamPolicyAllocationRulesResponse.BuilderipamPolicyDocuments(Consumer<IpamPolicyDocument.Builder>... ipamPolicyDocuments)The IPAM policy documents containing the allocation rules.GetIpamPolicyAllocationRulesResponse.BuilderipamPolicyDocuments(IpamPolicyDocument... ipamPolicyDocuments)The IPAM policy documents containing the allocation rules.GetIpamPolicyAllocationRulesResponse.BuildernextToken(String nextToken)The token to use to retrieve the next page of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
ipamPolicyDocuments
GetIpamPolicyAllocationRulesResponse.Builder ipamPolicyDocuments(Collection<IpamPolicyDocument> ipamPolicyDocuments)
The IPAM policy documents containing the allocation rules.
Allocation rules are optional configurations within an IPAM policy that map Amazon Web Services resource types to specific IPAM pools. If no rules are defined, the resource types default to using Amazon-provided IP addresses.
- Parameters:
ipamPolicyDocuments- The IPAM policy documents containing the allocation rules.Allocation rules are optional configurations within an IPAM policy that map Amazon Web Services resource types to specific IPAM pools. If no rules are defined, the resource types default to using Amazon-provided IP addresses.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamPolicyDocuments
GetIpamPolicyAllocationRulesResponse.Builder ipamPolicyDocuments(IpamPolicyDocument... ipamPolicyDocuments)
The IPAM policy documents containing the allocation rules.
Allocation rules are optional configurations within an IPAM policy that map Amazon Web Services resource types to specific IPAM pools. If no rules are defined, the resource types default to using Amazon-provided IP addresses.
- Parameters:
ipamPolicyDocuments- The IPAM policy documents containing the allocation rules.Allocation rules are optional configurations within an IPAM policy that map Amazon Web Services resource types to specific IPAM pools. If no rules are defined, the resource types default to using Amazon-provided IP addresses.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamPolicyDocuments
GetIpamPolicyAllocationRulesResponse.Builder ipamPolicyDocuments(Consumer<IpamPolicyDocument.Builder>... ipamPolicyDocuments)
The IPAM policy documents containing the allocation rules.
Allocation rules are optional configurations within an IPAM policy that map Amazon Web Services resource types to specific IPAM pools. If no rules are defined, the resource types default to using Amazon-provided IP addresses.
This is a convenience method that creates an instance of theIpamPolicyDocument.Builderavoiding the need to create one manually viaIpamPolicyDocument.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#ipamPolicyDocuments(List.) - Parameters:
ipamPolicyDocuments- a consumer that will call methods onIpamPolicyDocument.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#ipamPolicyDocuments(java.util.Collection)
-
nextToken
GetIpamPolicyAllocationRulesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results.
- Parameters:
nextToken- The token to use to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-