@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() |
String |
customSourceName()
The name for a third-party custom source.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
OcsfEventClass |
eventClass()
The Open Cybersecurity Schema Framework (OCSF) event class which describes the type of data that the custom
source will send to Security Lake.
|
String |
eventClassAsString()
The Open Cybersecurity Schema Framework (OCSF) event class which describes the type of data that the custom
source will send to Security Lake.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
glueInvocationRoleArn()
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be used by the Glue crawler.
|
int |
hashCode() |
String |
logProviderAccountId()
The Amazon Web Services account ID of the custom source that will write logs and events into the Amazon S3 Data
Lake.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateCustomLogSourceRequest.Builder> |
serializableBuilderClass() |
CreateCustomLogSourceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String customSourceName()
The name for a third-party custom source. This must be a Regionally unique value.
public final OcsfEventClass eventClass()
The Open Cybersecurity Schema Framework (OCSF) event class which describes the type of data that the custom source will send to Security Lake.
If the service returns an enum value that is not available in the current SDK version, eventClass will
return OcsfEventClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
eventClassAsString().
OcsfEventClasspublic final String eventClassAsString()
The Open Cybersecurity Schema Framework (OCSF) event class which describes the type of data that the custom source will send to Security Lake.
If the service returns an enum value that is not available in the current SDK version, eventClass will
return OcsfEventClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
eventClassAsString().
OcsfEventClasspublic final String glueInvocationRoleArn()
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be used by the Glue crawler. The recommended IAM policies are:
The managed policy AWSGlueServiceRole
A custom policy granting access to your Amazon S3 Data Lake
The managed policy AWSGlueServiceRole
A custom policy granting access to your Amazon S3 Data Lake
public final String logProviderAccountId()
The Amazon Web Services account ID of the custom source that will write logs and events into the Amazon S3 Data Lake.
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.