Interface CreateIpamPrefixListResolverTargetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateIpamPrefixListResolverTargetRequest.Builder,CreateIpamPrefixListResolverTargetRequest>,Ec2Request.Builder,SdkBuilder<CreateIpamPrefixListResolverTargetRequest.Builder,CreateIpamPrefixListResolverTargetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateIpamPrefixListResolverTargetRequest
@Mutable @NotThreadSafe public static interface CreateIpamPrefixListResolverTargetRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateIpamPrefixListResolverTargetRequest.Builder,CreateIpamPrefixListResolverTargetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateIpamPrefixListResolverTargetRequest.BuilderclientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateIpamPrefixListResolverTargetRequest.BuilderdesiredVersion(Long desiredVersion)The specific version of the prefix list to target.CreateIpamPrefixListResolverTargetRequest.BuilderdryRun(Boolean dryRun)A check for whether you have the required permissions for the action without actually making the request and provides an error response.CreateIpamPrefixListResolverTargetRequest.BuilderipamPrefixListResolverId(String ipamPrefixListResolverId)The ID of the IPAM prefix list resolver that will manage the synchronization of CIDRs to the target prefix list.CreateIpamPrefixListResolverTargetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateIpamPrefixListResolverTargetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateIpamPrefixListResolverTargetRequest.BuilderprefixListId(String prefixListId)The ID of the managed prefix list that will be synchronized with CIDRs selected by the IPAM prefix list resolver.CreateIpamPrefixListResolverTargetRequest.BuilderprefixListRegion(String prefixListRegion)The Amazon Web Services Region where the prefix list is located.CreateIpamPrefixListResolverTargetRequest.BuildertagSpecifications(Collection<TagSpecification> tagSpecifications)The tags to apply to the IPAM prefix list resolver target during creation.CreateIpamPrefixListResolverTargetRequest.BuildertagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)The tags to apply to the IPAM prefix list resolver target during creation.CreateIpamPrefixListResolverTargetRequest.BuildertagSpecifications(TagSpecification... tagSpecifications)The tags to apply to the IPAM prefix list resolver target during creation.CreateIpamPrefixListResolverTargetRequest.BuildertrackLatestVersion(Boolean trackLatestVersion)Indicates whether the resolver target should automatically track the latest version of the prefix list.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
-
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
-
dryRun
CreateIpamPrefixListResolverTargetRequest.Builder dryRun(Boolean dryRun)
A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- Parameters:
dryRun- A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response isDryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamPrefixListResolverId
CreateIpamPrefixListResolverTargetRequest.Builder ipamPrefixListResolverId(String ipamPrefixListResolverId)
The ID of the IPAM prefix list resolver that will manage the synchronization of CIDRs to the target prefix list.
- Parameters:
ipamPrefixListResolverId- The ID of the IPAM prefix list resolver that will manage the synchronization of CIDRs to the target prefix list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefixListId
CreateIpamPrefixListResolverTargetRequest.Builder prefixListId(String prefixListId)
The ID of the managed prefix list that will be synchronized with CIDRs selected by the IPAM prefix list resolver. This prefix list becomes an IPAM managed prefix list.
An IPAM-managed prefix list is a customer-managed prefix list that has been associated with an IPAM prefix list resolver target. When a prefix list becomes IPAM managed, its CIDRs are automatically synchronized based on the IPAM prefix list resolver's CIDR selection rules, and direct CIDR modifications are restricted.
- Parameters:
prefixListId- The ID of the managed prefix list that will be synchronized with CIDRs selected by the IPAM prefix list resolver. This prefix list becomes an IPAM managed prefix list.An IPAM-managed prefix list is a customer-managed prefix list that has been associated with an IPAM prefix list resolver target. When a prefix list becomes IPAM managed, its CIDRs are automatically synchronized based on the IPAM prefix list resolver's CIDR selection rules, and direct CIDR modifications are restricted.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefixListRegion
CreateIpamPrefixListResolverTargetRequest.Builder prefixListRegion(String prefixListRegion)
The Amazon Web Services Region where the prefix list is located. This is required when referencing a prefix list in a different Region.
- Parameters:
prefixListRegion- The Amazon Web Services Region where the prefix list is located. This is required when referencing a prefix list in a different Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
desiredVersion
CreateIpamPrefixListResolverTargetRequest.Builder desiredVersion(Long desiredVersion)
The specific version of the prefix list to target. If not specified, the resolver will target the latest version.
- Parameters:
desiredVersion- The specific version of the prefix list to target. If not specified, the resolver will target the latest version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trackLatestVersion
CreateIpamPrefixListResolverTargetRequest.Builder trackLatestVersion(Boolean trackLatestVersion)
Indicates whether the resolver target should automatically track the latest version of the prefix list. When enabled, the target will always synchronize with the most current version of the prefix list.
Choose this for automatic updates when you want your prefix lists to stay current with infrastructure changes without manual intervention.
- Parameters:
trackLatestVersion- Indicates whether the resolver target should automatically track the latest version of the prefix list. When enabled, the target will always synchronize with the most current version of the prefix list.Choose this for automatic updates when you want your prefix lists to stay current with infrastructure changes without manual intervention.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
CreateIpamPrefixListResolverTargetRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the IPAM prefix list resolver target during creation. Tags help you organize and manage your Amazon Web Services resources.
- Parameters:
tagSpecifications- The tags to apply to the IPAM prefix list resolver target during creation. Tags help you organize and manage your Amazon Web Services resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
CreateIpamPrefixListResolverTargetRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the IPAM prefix list resolver target during creation. Tags help you organize and manage your Amazon Web Services resources.
- Parameters:
tagSpecifications- The tags to apply to the IPAM prefix list resolver target during creation. Tags help you organize and manage your Amazon Web Services resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
CreateIpamPrefixListResolverTargetRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to apply to the IPAM prefix list resolver target during creation. Tags help you organize and manage your Amazon Web Services resources.
This is a convenience method that creates an instance of theTagSpecification.Builderavoiding the need to create one manually viaTagSpecification.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tagSpecifications(List.) - Parameters:
tagSpecifications- a consumer that will call methods onTagSpecification.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tagSpecifications(java.util.Collection)
-
clientToken
CreateIpamPrefixListResolverTargetRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
- Parameters:
clientToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateIpamPrefixListResolverTargetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateIpamPrefixListResolverTargetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-