Interface ModifyIpamPrefixListResolverTargetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ModifyIpamPrefixListResolverTargetRequest.Builder,ModifyIpamPrefixListResolverTargetRequest>,Ec2Request.Builder,SdkBuilder<ModifyIpamPrefixListResolverTargetRequest.Builder,ModifyIpamPrefixListResolverTargetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ModifyIpamPrefixListResolverTargetRequest
@Mutable @NotThreadSafe public static interface ModifyIpamPrefixListResolverTargetRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyIpamPrefixListResolverTargetRequest.Builder,ModifyIpamPrefixListResolverTargetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModifyIpamPrefixListResolverTargetRequest.BuilderclientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.ModifyIpamPrefixListResolverTargetRequest.BuilderdesiredVersion(Long desiredVersion)The desired version of the prefix list to target.ModifyIpamPrefixListResolverTargetRequest.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.ModifyIpamPrefixListResolverTargetRequest.BuilderipamPrefixListResolverTargetId(String ipamPrefixListResolverTargetId)The ID of the IPAM prefix list resolver target to modify.ModifyIpamPrefixListResolverTargetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ModifyIpamPrefixListResolverTargetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ModifyIpamPrefixListResolverTargetRequest.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
ModifyIpamPrefixListResolverTargetRequest.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.
-
ipamPrefixListResolverTargetId
ModifyIpamPrefixListResolverTargetRequest.Builder ipamPrefixListResolverTargetId(String ipamPrefixListResolverTargetId)
The ID of the IPAM prefix list resolver target to modify.
- Parameters:
ipamPrefixListResolverTargetId- The ID of the IPAM prefix list resolver target to modify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
desiredVersion
ModifyIpamPrefixListResolverTargetRequest.Builder desiredVersion(Long desiredVersion)
The desired version of the prefix list to target. This allows you to pin the target to a specific version.
- Parameters:
desiredVersion- The desired version of the prefix list to target. This allows you to pin the target to a specific version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trackLatestVersion
ModifyIpamPrefixListResolverTargetRequest.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.
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.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.
-
clientToken
ModifyIpamPrefixListResolverTargetRequest.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
ModifyIpamPrefixListResolverTargetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyIpamPrefixListResolverTargetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-