@Generated(value="software.amazon.awssdk:codegen") public final class S3Target extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3Target.Builder,S3Target>
Specifies a data store in Amazon Simple Storage Service (Amazon S3).
Modifier and Type | Class and Description |
---|---|
static interface |
S3Target.Builder |
Modifier and Type | Method and Description |
---|---|
static S3Target.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<String> |
exclusions()
A list of glob patterns used to exclude from the crawl.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasExclusions()
Returns true if the Exclusions property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
String |
path()
The path to the Amazon S3 target.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3Target.Builder> |
serializableBuilderClass() |
S3Target.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String path()
The path to the Amazon S3 target.
public boolean hasExclusions()
public List<String> exclusions()
A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasExclusions()
to see if a value was sent in this field.
public S3Target.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<S3Target.Builder,S3Target>
public static S3Target.Builder builder()
public static Class<? extends S3Target.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.