@Generated(value="software.amazon.awssdk:codegen") public final class S3ExportingLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3ExportingLocation.Builder,S3ExportingLocation>
The S3 location where Identity Resolution Jobs write result files.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3ExportingLocation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static S3ExportingLocation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3BucketName()
The name of the S3 bucket name where Identity Resolution Jobs write result files.
|
String |
s3KeyName()
The S3 key name of the location where Identity Resolution Jobs write result files.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3ExportingLocation.Builder> |
serializableBuilderClass() |
S3ExportingLocation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String s3BucketName()
The name of the S3 bucket name where Identity Resolution Jobs write result files.
public final String s3KeyName()
The S3 key name of the location where Identity Resolution Jobs write result files.
public S3ExportingLocation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3ExportingLocation.Builder,S3ExportingLocation>public static S3ExportingLocation.Builder builder()
public static Class<? extends S3ExportingLocation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.