Class AddJobFlowStepsRequest

    • Constructor Detail

      • AddJobFlowStepsRequest

        public AddJobFlowStepsRequest()
        Default constructor for AddJobFlowStepsRequest object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it.
      • AddJobFlowStepsRequest

        public AddJobFlowStepsRequest​(String jobFlowId)
        Constructs a new AddJobFlowStepsRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
        Parameters:
        jobFlowId - A string that uniquely identifies the job flow. This identifier is returned by RunJobFlow and can also be obtained from ListClusters.
      • AddJobFlowStepsRequest

        public AddJobFlowStepsRequest​(String jobFlowId,
                                      List<StepConfig> steps)
        Constructs a new AddJobFlowStepsRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
        Parameters:
        jobFlowId - A string that uniquely identifies the job flow. This identifier is returned by RunJobFlow and can also be obtained from ListClusters.
        steps - A list of StepConfig to be executed by the job flow.
    • Method Detail

      • setJobFlowId

        public void setJobFlowId​(String jobFlowId)

        A string that uniquely identifies the job flow. This identifier is returned by RunJobFlow and can also be obtained from ListClusters.

        Parameters:
        jobFlowId - A string that uniquely identifies the job flow. This identifier is returned by RunJobFlow and can also be obtained from ListClusters.
      • getJobFlowId

        public String getJobFlowId()

        A string that uniquely identifies the job flow. This identifier is returned by RunJobFlow and can also be obtained from ListClusters.

        Returns:
        A string that uniquely identifies the job flow. This identifier is returned by RunJobFlow and can also be obtained from ListClusters.
      • withJobFlowId

        public AddJobFlowStepsRequest withJobFlowId​(String jobFlowId)

        A string that uniquely identifies the job flow. This identifier is returned by RunJobFlow and can also be obtained from ListClusters.

        Parameters:
        jobFlowId - A string that uniquely identifies the job flow. This identifier is returned by RunJobFlow and can also be obtained from ListClusters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object