Interface ListInputsResponse.Builder

  • Method Details

    • inputs

      Sets the value of the Inputs property for this object.
      Parameters:
      inputs - The new value for the Inputs property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputs

      ListInputsResponse.Builder inputs(Input... inputs)
      Sets the value of the Inputs property for this object.
      Parameters:
      inputs - The new value for the Inputs property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputs

      Sets the value of the Inputs property for this object. This is a convenience method that creates an instance of the Input.Builder avoiding the need to create one manually via Input.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to inputs(List<Input>).

      Parameters:
      inputs - a consumer that will call methods on Input.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListInputsResponse.Builder nextToken(String nextToken)
      Sets the value of the NextToken property for this object.
      Parameters:
      nextToken - The new value for the NextToken property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.