Class CustomLogSourceAttributes
- java.lang.Object
-
- software.amazon.awssdk.services.securitylake.model.CustomLogSourceAttributes
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomLogSourceAttributes.Builder,CustomLogSourceAttributes>
@Generated("software.amazon.awssdk:codegen") public final class CustomLogSourceAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomLogSourceAttributes.Builder,CustomLogSourceAttributes>
The attributes of a third-party custom source.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomLogSourceAttributes.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomLogSourceAttributes.Builderbuilder()StringcrawlerArn()The ARN of the Glue crawler.StringdatabaseArn()The ARN of the Glue database where results are written, such as:arn:aws:daylight:us-east-1::database/sometable/*.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CustomLogSourceAttributes.Builder>serializableBuilderClass()StringtableArn()The ARN of the Glue table.CustomLogSourceAttributes.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
crawlerArn
public final String crawlerArn()
The ARN of the Glue crawler.
- Returns:
- The ARN of the Glue crawler.
-
databaseArn
public final String databaseArn()
The ARN of the Glue database where results are written, such as:
arn:aws:daylight:us-east-1::database/sometable/*.- Returns:
- The ARN of the Glue database where results are written, such as:
arn:aws:daylight:us-east-1::database/sometable/*.
-
tableArn
public final String tableArn()
The ARN of the Glue table.
- Returns:
- The ARN of the Glue table.
-
toBuilder
public CustomLogSourceAttributes.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomLogSourceAttributes.Builder,CustomLogSourceAttributes>
-
builder
public static CustomLogSourceAttributes.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomLogSourceAttributes.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-