Interface InputSourceRequest.Builder

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

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

    • passwordParam

      InputSourceRequest.Builder passwordParam(String passwordParam)
      The key used to extract the password from EC2 Parameter store.
      Parameters:
      passwordParam - The key used to extract the password from EC2 Parameter store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • url

      This represents the customer's source URL where stream is pulled from.
      Parameters:
      url - This represents the customer's source URL where stream is pulled from.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • username

      InputSourceRequest.Builder username(String username)
      The username for the input source.
      Parameters:
      username - The username for the input source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.