Interface CustomLogSourceAttributes.Builder

    • Method Detail

      • crawlerArn

        CustomLogSourceAttributes.Builder crawlerArn​(String crawlerArn)

        The ARN of the Glue crawler.

        Parameters:
        crawlerArn - The ARN of the Glue crawler.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseArn

        CustomLogSourceAttributes.Builder databaseArn​(String databaseArn)

        The ARN of the Glue database where results are written, such as: arn:aws:daylight:us-east-1::database/sometable/*.

        Parameters:
        databaseArn - The ARN of the Glue database where results are written, such as: arn:aws:daylight:us-east-1::database/sometable/*.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableArn

        CustomLogSourceAttributes.Builder tableArn​(String tableArn)

        The ARN of the Glue table.

        Parameters:
        tableArn - The ARN of the Glue table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.