Interface DeleteParametersRequest.Builder

    • Method Detail

      • names

        DeleteParametersRequest.Builder names​(Collection<String> names)

        The names of the parameters to delete. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.

        You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.

        Parameters:
        names - The names of the parameters to delete. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.

        You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • names

        DeleteParametersRequest.Builder names​(String... names)

        The names of the parameters to delete. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.

        You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.

        Parameters:
        names - The names of the parameters to delete. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.

        You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.

        Returns:
        Returns a reference to this object so that method calls can be chained together.