@Generated(value="software.amazon.awssdk:codegen") public final class CreateCustomLogSourceRequest extends SecurityLakeRequest implements ToCopyableBuilder<CreateCustomLogSourceRequest.Builder,CreateCustomLogSourceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateCustomLogSourceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateCustomLogSourceRequest.Builder |
builder() |
CustomLogSourceConfiguration |
configuration()
The configuration for the third-party custom source.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<String> |
eventClasses()
The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of data that the custom
source will send to Security Lake.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEventClasses()
For responses, this returns true if the service returned a value for the EventClasses property.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateCustomLogSourceRequest.Builder> |
serializableBuilderClass() |
String |
sourceName()
Specify the name for a third-party custom source.
|
String |
sourceVersion()
Specify the source version for the third-party custom source, to limit log collection to a specific version of
custom data source.
|
CreateCustomLogSourceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CustomLogSourceConfiguration configuration()
The configuration for the third-party custom source.
public final boolean hasEventClasses()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> eventClasses()
The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of data that the custom source will send to Security Lake. The supported event classes are:
ACCESS_ACTIVITY
FILE_ACTIVITY
KERNEL_ACTIVITY
KERNEL_EXTENSION
MEMORY_ACTIVITY
MODULE_ACTIVITY
PROCESS_ACTIVITY
REGISTRY_KEY_ACTIVITY
REGISTRY_VALUE_ACTIVITY
RESOURCE_ACTIVITY
SCHEDULED_JOB_ACTIVITY
SECURITY_FINDING
ACCOUNT_CHANGE
AUTHENTICATION
AUTHORIZATION
ENTITY_MANAGEMENT_AUDIT
DHCP_ACTIVITY
NETWORK_ACTIVITY
DNS_ACTIVITY
FTP_ACTIVITY
HTTP_ACTIVITY
RDP_ACTIVITY
SMB_ACTIVITY
SSH_ACTIVITY
CONFIG_STATE
INVENTORY_INFO
EMAIL_ACTIVITY
API_ACTIVITY
CLOUD_API
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasEventClasses() method.
ACCESS_ACTIVITY
FILE_ACTIVITY
KERNEL_ACTIVITY
KERNEL_EXTENSION
MEMORY_ACTIVITY
MODULE_ACTIVITY
PROCESS_ACTIVITY
REGISTRY_KEY_ACTIVITY
REGISTRY_VALUE_ACTIVITY
RESOURCE_ACTIVITY
SCHEDULED_JOB_ACTIVITY
SECURITY_FINDING
ACCOUNT_CHANGE
AUTHENTICATION
AUTHORIZATION
ENTITY_MANAGEMENT_AUDIT
DHCP_ACTIVITY
NETWORK_ACTIVITY
DNS_ACTIVITY
FTP_ACTIVITY
HTTP_ACTIVITY
RDP_ACTIVITY
SMB_ACTIVITY
SSH_ACTIVITY
CONFIG_STATE
INVENTORY_INFO
EMAIL_ACTIVITY
API_ACTIVITY
CLOUD_API
public final String sourceName()
Specify the name for a third-party custom source. This must be a Regionally unique value.
public final String sourceVersion()
Specify the source version for the third-party custom source, to limit log collection to a specific version of custom data source.
public CreateCustomLogSourceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateCustomLogSourceRequest.Builder,CreateCustomLogSourceRequest>toBuilder in class SecurityLakeRequestpublic static CreateCustomLogSourceRequest.Builder builder()
public static Class<? extends CreateCustomLogSourceRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.