@Generated(value="software.amazon.awssdk:codegen") public final class CustomLogSourceConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomLogSourceConfiguration.Builder,CustomLogSourceConfiguration>
The configuration for the third-party custom source.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomLogSourceConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CustomLogSourceConfiguration.Builder |
builder() |
CustomLogSourceCrawlerConfiguration |
crawlerConfiguration()
The configuration for the Glue Crawler for the third-party custom source.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
AwsIdentity |
providerIdentity()
The identity of the log provider for the third-party custom source.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomLogSourceConfiguration.Builder> |
serializableBuilderClass() |
CustomLogSourceConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CustomLogSourceCrawlerConfiguration crawlerConfiguration()
The configuration for the Glue Crawler for the third-party custom source.
public final AwsIdentity providerIdentity()
The identity of the log provider for the third-party custom source.
public CustomLogSourceConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomLogSourceConfiguration.Builder,CustomLogSourceConfiguration>public static CustomLogSourceConfiguration.Builder builder()
public static Class<? extends CustomLogSourceConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.