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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomLogSourceAttributes.BuildercrawlerArn(String crawlerArn)The ARN of the Glue crawler.CustomLogSourceAttributes.BuilderdatabaseArn(String databaseArn)The ARN of the Glue database where results are written, such as:arn:aws:daylight:us-east-1::database/sometable/*.CustomLogSourceAttributes.BuildertableArn(String tableArn)The ARN of the Glue table.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-