@Generated(value="software.amazon.awssdk:codegen") public final class ExportJobRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportJobRequest.Builder,ExportJobRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
ExportJobRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ExportJobRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
roleArn()
The Amazon Resource Name (ARN) of an IAM role that grants Amazon Pinpoint access to the Amazon S3 location that
endpoints will be exported to.
|
String |
s3UrlPrefix()
A URL that points to the location within an Amazon S3 bucket that will receive the export.
|
List<SdkField<?>> |
sdkFields() |
String |
segmentId()
The ID of the segment to export endpoints from.
|
Integer |
segmentVersion()
The version of the segment to export if specified.
|
static Class<? extends ExportJobRequest.Builder> |
serializableBuilderClass() |
ExportJobRequest.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 roleArn()
public String s3UrlPrefix()
public String segmentId()
public Integer segmentVersion()
public ExportJobRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ExportJobRequest.Builder,ExportJobRequest>
public static ExportJobRequest.Builder builder()
public static Class<? extends ExportJobRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.