public static interface CustomLogSourceAttributes.Builder extends SdkPojo, CopyableBuilder<CustomLogSourceAttributes.Builder,CustomLogSourceAttributes>
| Modifier and Type | Method and Description |
|---|---|
CustomLogSourceAttributes.Builder |
crawlerArn(String crawlerArn)
The ARN of the Glue crawler.
|
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/*. |
CustomLogSourceAttributes.Builder |
tableArn(String tableArn)
The ARN of the Glue table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomLogSourceAttributes.Builder crawlerArn(String crawlerArn)
The ARN of the Glue crawler.
crawlerArn - The ARN of the Glue crawler.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/*.
databaseArn - The ARN of the Glue database where results are written, such as:
arn:aws:daylight:us-east-1::database/sometable/*.CustomLogSourceAttributes.Builder tableArn(String tableArn)
The ARN of the Glue table.
tableArn - The ARN of the Glue table.Copyright © 2023. All rights reserved.