Class CustomLogSourceResource
- java.lang.Object
-
- software.amazon.awssdk.services.securitylake.model.CustomLogSourceResource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomLogSourceResource.Builder,CustomLogSourceResource>
@Generated("software.amazon.awssdk:codegen") public final class CustomLogSourceResource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomLogSourceResource.Builder,CustomLogSourceResource>
Amazon Security Lake can collect logs and events from third-party custom sources.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomLogSourceResource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomLogSourceAttributesattributes()The attributes of a third-party custom source.static CustomLogSourceResource.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()CustomLogSourceProviderprovider()The details of the log provider for a third-party custom source.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CustomLogSourceResource.Builder>serializableBuilderClass()StringsourceName()The name for a third-party custom source.StringsourceVersion()The version for a third-party custom source.CustomLogSourceResource.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
-
attributes
public final CustomLogSourceAttributes attributes()
The attributes of a third-party custom source.
- Returns:
- The attributes of a third-party custom source.
-
provider
public final CustomLogSourceProvider provider()
The details of the log provider for a third-party custom source.
- Returns:
- The details of the log provider for a third-party custom source.
-
sourceName
public final String sourceName()
The name for a third-party custom source. This must be a Regionally unique value.
- Returns:
- The name for a third-party custom source. This must be a Regionally unique value.
-
sourceVersion
public final String sourceVersion()
The version for a third-party custom source. This must be a Regionally unique value.
- Returns:
- The version for a third-party custom source. This must be a Regionally unique value.
-
toBuilder
public CustomLogSourceResource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomLogSourceResource.Builder,CustomLogSourceResource>
-
builder
public static CustomLogSourceResource.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomLogSourceResource.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
-
-