@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomLogSourceResource.Builder |
| Modifier and Type | Method and Description |
|---|---|
CustomLogSourceAttributes |
attributes()
The attributes of a third-party custom source.
|
static CustomLogSourceResource.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
CustomLogSourceProvider |
provider()
The details of the log provider for a third-party custom source.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomLogSourceResource.Builder> |
serializableBuilderClass() |
String |
sourceName()
The name for a third-party custom source.
|
String |
sourceVersion()
The version for a third-party custom source.
|
CustomLogSourceResource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CustomLogSourceAttributes attributes()
The attributes of a third-party custom source.
public final CustomLogSourceProvider provider()
The details of the log provider for a third-party custom source.
public final String sourceName()
The name for a third-party custom source. This must be a Regionally unique value.
public final String sourceVersion()
The version for a third-party custom source. This must be a Regionally unique value.
public CustomLogSourceResource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomLogSourceResource.Builder,CustomLogSourceResource>public static CustomLogSourceResource.Builder builder()
public static Class<? extends CustomLogSourceResource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.