Interface InputConfiguration.Builder

    • Method Detail

      • 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.