Interface InputConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<InputConfiguration.Builder,InputConfiguration>, SdkBuilder<InputConfiguration.Builder,InputConfiguration>, SdkPojo
Enclosing class:
InputConfiguration

public static interface InputConfiguration.Builder extends SdkPojo, CopyableBuilder<InputConfiguration.Builder,InputConfiguration>
  • Method Details

    • inputName

      InputConfiguration.Builder inputName(String inputName)

      The name of the input.

      Parameters:
      inputName - The name of the input.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputDescription

      InputConfiguration.Builder inputDescription(String inputDescription)

      A brief description of the input.

      Parameters:
      inputDescription - A brief description of the input.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputArn

      InputConfiguration.Builder inputArn(String inputArn)

      The ARN of the input.

      Parameters:
      inputArn - The ARN of the input.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      InputConfiguration.Builder creationTime(Instant creationTime)

      The time the input was created.

      Parameters:
      creationTime - The time the input was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdateTime

      InputConfiguration.Builder lastUpdateTime(Instant lastUpdateTime)

      The last time the input was updated.

      Parameters:
      lastUpdateTime - The last time the input was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the input.

      Parameters:
      status - The status of the input.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the input.

      Parameters:
      status - The status of the input.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: