Interface EnableIpamInternetRegistryAssociationRequest.Builder

  • Method Details

    • dryRun

      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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

      Parameters:
      dryRun - 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 DryRunOperation. Otherwise, it is UnauthorizedOperation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipamInternetRegistryAssociationId

      EnableIpamInternetRegistryAssociationRequest.Builder ipamInternetRegistryAssociationId(String ipamInternetRegistryAssociationId)

      The ID of the IPAM internet registry association to enable.

      Parameters:
      ipamInternetRegistryAssociationId - The ID of the IPAM internet registry association to enable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rpkiVersion

      The RPKI version to use from the Parent Response XML.

      Parameters:
      rpkiVersion - The RPKI version to use from the Parent Response XML.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceUri

      The RPKI service URI for the publication point from the Parent Response XML.

      Parameters:
      serviceUri - The RPKI service URI for the publication point from the Parent Response XML.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • childHandle

      The child handle for the BPKI certificate hierarchy from the Parent Response XML.

      Parameters:
      childHandle - The child handle for the BPKI certificate hierarchy from the Parent Response XML.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parentHandle

      The parent handle for the BPKI certificate hierarchy from the Parent Response XML.

      Parameters:
      parentHandle - The parent handle for the BPKI certificate hierarchy from the Parent Response XML.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parentBpkiTa

      The parent BPKI Trust Anchor certificate in PEM format from the Parent Response XML.

      Parameters:
      parentBpkiTa - The parent BPKI Trust Anchor certificate in PEM format from the Parent Response XML.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      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.

      Parameters:
      clientToken - 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.