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 Summary
Modifier and TypeMethodDescriptioncrawlerArn(String crawlerArn) The ARN of the Glue crawler.databaseArn(String databaseArn) The ARN of the Glue database where results are written, such as:arn:aws:daylight:us-east-1::database/sometable/*.The ARN of the Glue table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -