@Generated(value="software.amazon.awssdk:codegen") public final class ExportJobResource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportJobResource.Builder,ExportJobResource>
Provides information about the resource settings for a job that exports endpoint definitions to a file. The file can be added directly to an Amazon Simple Storage Service (Amazon S3) bucket by using the Amazon Pinpoint API or downloaded directly to a computer by using the Amazon Pinpoint console.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportJobResource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportJobResource.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
roleArn()
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that authorized Amazon
Pinpoint to access the Amazon S3 location where the endpoint definitions were exported to.
|
String |
s3UrlPrefix()
The URL of the location in an Amazon Simple Storage Service (Amazon S3) bucket where the endpoint definitions
were exported to.
|
List<SdkField<?>> |
sdkFields() |
String |
segmentId()
The identifier for the segment that the endpoint definitions were exported from.
|
Integer |
segmentVersion()
The version of the segment that the endpoint definitions were exported from.
|
static Class<? extends ExportJobResource.Builder> |
serializableBuilderClass() |
ExportJobResource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String roleArn()
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that authorized Amazon Pinpoint to access the Amazon S3 location where the endpoint definitions were exported to.
public String s3UrlPrefix()
The URL of the location in an Amazon Simple Storage Service (Amazon S3) bucket where the endpoint definitions
were exported to. This location is typically a folder that contains multiple files. The URL should be in the
following format: s3://
public String segmentId()
The identifier for the segment that the endpoint definitions were exported from. If this value isn't present, Amazon Pinpoint exported definitions for all the endpoints that are associated with the application.
public Integer segmentVersion()
The version of the segment that the endpoint definitions were exported from.
public ExportJobResource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportJobResource.Builder,ExportJobResource>public static ExportJobResource.Builder builder()
public static Class<? extends ExportJobResource.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.