@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 custom source 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.
|
String |
eventClassAsString()
The Open Cybersecurity Schema Framework (OCSF) event class.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
glueInvocationRoleArn()
The IAM Role ARN to be used by the Glue Crawler.
|
int |
hashCode() |
String |
logProviderAccountId()
The Account ID that will assume the above Role to put logs into the 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 custom source name for a third-party custom source.
public final OcsfEventClass eventClass()
The Open Cybersecurity Schema Framework (OCSF) event class.
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.
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 IAM Role ARN to be used by the Glue Crawler. The recommended IAM policies are:
The managed policy AWSGlueServiceRole
A custom policy granting access to your S3 Data Lake
The managed policy AWSGlueServiceRole
A custom policy granting access to your S3 Data Lake
public final String logProviderAccountId()
The Account ID that will assume the above Role to put logs into the 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 © 2022. All rights reserved.