// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`EnableIpamInternetRegistryAssociation`](crate::operation::enable_ipam_internet_registry_association::builders::EnableIpamInternetRegistryAssociationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`dry_run(bool)`](crate::operation::enable_ipam_internet_registry_association::builders::EnableIpamInternetRegistryAssociationFluentBuilder::dry_run) / [`set_dry_run(Option<bool>)`](crate::operation::enable_ipam_internet_registry_association::builders::EnableIpamInternetRegistryAssociationFluentBuilder::set_dry_run):<br>required: **false**<br><p>Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p><br>
/// - [`ipam_internet_registry_association_id(impl Into<String>)`](crate::operation::enable_ipam_internet_registry_association::builders::EnableIpamInternetRegistryAssociationFluentBuilder::ipam_internet_registry_association_id) / [`set_ipam_internet_registry_association_id(Option<String>)`](crate::operation::enable_ipam_internet_registry_association::builders::EnableIpamInternetRegistryAssociationFluentBuilder::set_ipam_internet_registry_association_id):<br>required: **true**<br><p>The ID of the IPAM internet registry association to enable.</p><br>
/// - [`rpki_version(impl Into<String>)`](crate::operation::enable_ipam_internet_registry_association::builders::EnableIpamInternetRegistryAssociationFluentBuilder::rpki_version) / [`set_rpki_version(Option<String>)`](crate::operation::enable_ipam_internet_registry_association::builders::EnableIpamInternetRegistryAssociationFluentBuilder::set_rpki_version):<br>required: **true**<br><p>The RPKI version to use from the Parent Response XML.</p><br>
/// - [`service_uri(impl Into<String>)`](crate::operation::enable_ipam_internet_registry_association::builders::EnableIpamInternetRegistryAssociationFluentBuilder::service_uri) / [`set_service_uri(Option<String>)`](crate::operation::enable_ipam_internet_registry_association::builders::EnableIpamInternetRegistryAssociationFluentBuilder::set_service_uri):<br>required: **true**<br><p>The RPKI service URI for the publication point from the Parent Response XML.</p><br>
/// - [`child_handle(impl Into<String>)`](crate::operation::enable_ipam_internet_registry_association::builders::EnableIpamInternetRegistryAssociationFluentBuilder::child_handle) / [`set_child_handle(Option<String>)`](crate::operation::enable_ipam_internet_registry_association::builders::EnableIpamInternetRegistryAssociationFluentBuilder::set_child_handle):<br>required: **true**<br><p>The child handle for the BPKI certificate hierarchy from the Parent Response XML.</p><br>
/// - [`parent_handle(impl Into<String>)`](crate::operation::enable_ipam_internet_registry_association::builders::EnableIpamInternetRegistryAssociationFluentBuilder::parent_handle) / [`set_parent_handle(Option<String>)`](crate::operation::enable_ipam_internet_registry_association::builders::EnableIpamInternetRegistryAssociationFluentBuilder::set_parent_handle):<br>required: **true**<br><p>The parent handle for the BPKI certificate hierarchy from the Parent Response XML.</p><br>
/// - [`parent_bpki_ta(impl Into<String>)`](crate::operation::enable_ipam_internet_registry_association::builders::EnableIpamInternetRegistryAssociationFluentBuilder::parent_bpki_ta) / [`set_parent_bpki_ta(Option<String>)`](crate::operation::enable_ipam_internet_registry_association::builders::EnableIpamInternetRegistryAssociationFluentBuilder::set_parent_bpki_ta):<br>required: **true**<br><p>The parent BPKI Trust Anchor certificate in PEM format from the Parent Response XML.</p><br>
/// - [`client_token(impl Into<String>)`](crate::operation::enable_ipam_internet_registry_association::builders::EnableIpamInternetRegistryAssociationFluentBuilder::client_token) / [`set_client_token(Option<String>)`](crate::operation::enable_ipam_internet_registry_association::builders::EnableIpamInternetRegistryAssociationFluentBuilder::set_client_token):<br>required: **false**<br><p>A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, the operation ignores the request, but does not return an error.</p><br>
/// - On success, responds with [`EnableIpamInternetRegistryAssociationOutput`](crate::operation::enable_ipam_internet_registry_association::EnableIpamInternetRegistryAssociationOutput) with field(s):
/// - [`ipam_internet_registry_association(Option<IpamInternetRegistryAssociation>)`](crate::operation::enable_ipam_internet_registry_association::EnableIpamInternetRegistryAssociationOutput::ipam_internet_registry_association): <p>Information about the enabled internet registry association.</p>
/// - On failure, responds with [`SdkError<EnableIpamInternetRegistryAssociationError>`](crate::operation::enable_ipam_internet_registry_association::EnableIpamInternetRegistryAssociationError)
pub fn enable_ipam_internet_registry_association(
&self,
) -> crate::operation::enable_ipam_internet_registry_association::builders::EnableIpamInternetRegistryAssociationFluentBuilder {
crate::operation::enable_ipam_internet_registry_association::builders::EnableIpamInternetRegistryAssociationFluentBuilder::new(
self.handle.clone(),
)
}
}