@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 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) |
List<String> |
exclusions()
A list of glob patterns used to exclude from the crawl.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
path()
The path to the Amazon S3 target.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3Target.Builder> |
serializableBuilderClass() |
S3Target.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String path()
The path to the Amazon S3 target.
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.
public S3Target.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<S3Target.Builder,S3Target>
public static S3Target.Builder builder()
public static Class<? extends S3Target.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.