Interface CustomLogSourceAttributes.Builder

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

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

    • 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

      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.