Class RunReclamationActionOptions.Builder

  • Enclosing class:
    RunReclamationActionOptions

    public static class RunReclamationActionOptions.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String id,
                       java.lang.String actionName)
        Instantiates a new builder with required properties.
        Parameters:
        id - the id
        actionName - the actionName
    • Method Detail

      • build

        public RunReclamationActionOptions build()
        Builds a RunReclamationActionOptions.
        Returns:
        the new RunReclamationActionOptions instance
      • actionName

        public RunReclamationActionOptions.Builder actionName​(java.lang.String actionName)
        Set the actionName.
        Parameters:
        actionName - the actionName
        Returns:
        the RunReclamationActionOptions builder
      • requestBy

        public RunReclamationActionOptions.Builder requestBy​(java.lang.String requestBy)
        Set the requestBy.
        Parameters:
        requestBy - the requestBy
        Returns:
        the RunReclamationActionOptions builder
      • comment

        public RunReclamationActionOptions.Builder comment​(java.lang.String comment)
        Set the comment.
        Parameters:
        comment - the comment
        Returns:
        the RunReclamationActionOptions builder