@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomLogSourceAttributes extends Object implements Serializable, Cloneable, StructuredPojo
The attributes of a third-party custom source.
| Constructor and Description | 
|---|
CustomLogSourceAttributes()  | 
| Modifier and Type | Method and Description | 
|---|---|
CustomLogSourceAttributes | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getCrawlerArn()
 The ARN of the Glue crawler. 
 | 
String | 
getDatabaseArn()
 The ARN of the Glue database where results are written, such as:
  
arn:aws:daylight:us-east-1::database/sometable/*. | 
String | 
getTableArn()
 The ARN of the Glue table. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setCrawlerArn(String crawlerArn)
 The ARN of the Glue crawler. 
 | 
void | 
setDatabaseArn(String databaseArn)
 The ARN of the Glue database where results are written, such as:
  
arn:aws:daylight:us-east-1::database/sometable/*. | 
void | 
setTableArn(String tableArn)
 The ARN of the Glue table. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CustomLogSourceAttributes | 
withCrawlerArn(String crawlerArn)
 The ARN of the Glue crawler. 
 | 
CustomLogSourceAttributes | 
withDatabaseArn(String databaseArn)
 The ARN of the Glue database where results are written, such as:
  
arn:aws:daylight:us-east-1::database/sometable/*. | 
CustomLogSourceAttributes | 
withTableArn(String tableArn)
 The ARN of the Glue table. 
 | 
public void setCrawlerArn(String crawlerArn)
The ARN of the Glue crawler.
crawlerArn - The ARN of the Glue crawler.public String getCrawlerArn()
The ARN of the Glue crawler.
public CustomLogSourceAttributes withCrawlerArn(String crawlerArn)
The ARN of the Glue crawler.
crawlerArn - The ARN of the Glue crawler.public void setDatabaseArn(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/*.public String getDatabaseArn()
 The ARN of the Glue database where results are written, such as:
 arn:aws:daylight:us-east-1::database/sometable/*.
 
arn:aws:daylight:us-east-1::database/sometable/*.public CustomLogSourceAttributes withDatabaseArn(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/*.public void setTableArn(String tableArn)
The ARN of the Glue table.
tableArn - The ARN of the Glue table.public String getTableArn()
The ARN of the Glue table.
public CustomLogSourceAttributes withTableArn(String tableArn)
The ARN of the Glue table.
tableArn - The ARN of the Glue table.public String toString()
toString in class ObjectObject.toString()public CustomLogSourceAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.