@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportJournalToS3Request extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ExportJournalToS3Request() |
Modifier and Type | Method and Description |
---|---|
ExportJournalToS3Request |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getExclusiveEndTime()
The exclusive end date and time for the range of journal contents that you want to export.
|
Date |
getInclusiveStartTime()
The inclusive start date and time for the range of journal contents that you want to export.
|
String |
getName()
The name of the ledger.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal export job to do the
following:
|
S3ExportConfiguration |
getS3ExportConfiguration()
The configuration settings of the Amazon S3 bucket destination for your export request.
|
int |
hashCode() |
void |
setExclusiveEndTime(Date exclusiveEndTime)
The exclusive end date and time for the range of journal contents that you want to export.
|
void |
setInclusiveStartTime(Date inclusiveStartTime)
The inclusive start date and time for the range of journal contents that you want to export.
|
void |
setName(String name)
The name of the ledger.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal export job to do the
following:
|
void |
setS3ExportConfiguration(S3ExportConfiguration s3ExportConfiguration)
The configuration settings of the Amazon S3 bucket destination for your export request.
|
String |
toString()
Returns a string representation of this object.
|
ExportJournalToS3Request |
withExclusiveEndTime(Date exclusiveEndTime)
The exclusive end date and time for the range of journal contents that you want to export.
|
ExportJournalToS3Request |
withInclusiveStartTime(Date inclusiveStartTime)
The inclusive start date and time for the range of journal contents that you want to export.
|
ExportJournalToS3Request |
withName(String name)
The name of the ledger.
|
ExportJournalToS3Request |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal export job to do the
following:
|
ExportJournalToS3Request |
withS3ExportConfiguration(S3ExportConfiguration s3ExportConfiguration)
The configuration settings of the Amazon S3 bucket destination for your export request.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setName(String name)
The name of the ledger.
name
- The name of the ledger.public String getName()
The name of the ledger.
public ExportJournalToS3Request withName(String name)
The name of the ledger.
name
- The name of the ledger.public void setInclusiveStartTime(Date inclusiveStartTime)
The inclusive start date and time for the range of journal contents that you want to export.
The InclusiveStartTime
must be in ISO 8601
date and time format and in Universal
Coordinated Time (UTC). For example: 2019-06-13T21:36:34Z
The InclusiveStartTime
must be before ExclusiveEndTime
.
If you provide an InclusiveStartTime
that is before the ledger's CreationDateTime
,
Amazon QLDB defaults it to the ledger's CreationDateTime
.
inclusiveStartTime
- The inclusive start date and time for the range of journal contents that you want to export.
The InclusiveStartTime
must be in ISO 8601
date and time format and in Universal
Coordinated Time (UTC). For example: 2019-06-13T21:36:34Z
The InclusiveStartTime
must be before ExclusiveEndTime
.
If you provide an InclusiveStartTime
that is before the ledger's
CreationDateTime
, Amazon QLDB defaults it to the ledger's CreationDateTime
.
public Date getInclusiveStartTime()
The inclusive start date and time for the range of journal contents that you want to export.
The InclusiveStartTime
must be in ISO 8601
date and time format and in Universal
Coordinated Time (UTC). For example: 2019-06-13T21:36:34Z
The InclusiveStartTime
must be before ExclusiveEndTime
.
If you provide an InclusiveStartTime
that is before the ledger's CreationDateTime
,
Amazon QLDB defaults it to the ledger's CreationDateTime
.
The InclusiveStartTime
must be in ISO 8601
date and time format and in
Universal Coordinated Time (UTC). For example: 2019-06-13T21:36:34Z
The InclusiveStartTime
must be before ExclusiveEndTime
.
If you provide an InclusiveStartTime
that is before the ledger's
CreationDateTime
, Amazon QLDB defaults it to the ledger's CreationDateTime
.
public ExportJournalToS3Request withInclusiveStartTime(Date inclusiveStartTime)
The inclusive start date and time for the range of journal contents that you want to export.
The InclusiveStartTime
must be in ISO 8601
date and time format and in Universal
Coordinated Time (UTC). For example: 2019-06-13T21:36:34Z
The InclusiveStartTime
must be before ExclusiveEndTime
.
If you provide an InclusiveStartTime
that is before the ledger's CreationDateTime
,
Amazon QLDB defaults it to the ledger's CreationDateTime
.
inclusiveStartTime
- The inclusive start date and time for the range of journal contents that you want to export.
The InclusiveStartTime
must be in ISO 8601
date and time format and in Universal
Coordinated Time (UTC). For example: 2019-06-13T21:36:34Z
The InclusiveStartTime
must be before ExclusiveEndTime
.
If you provide an InclusiveStartTime
that is before the ledger's
CreationDateTime
, Amazon QLDB defaults it to the ledger's CreationDateTime
.
public void setExclusiveEndTime(Date exclusiveEndTime)
The exclusive end date and time for the range of journal contents that you want to export.
The ExclusiveEndTime
must be in ISO 8601
date and time format and in Universal
Coordinated Time (UTC). For example: 2019-06-13T21:36:34Z
The ExclusiveEndTime
must be less than or equal to the current UTC date and time.
exclusiveEndTime
- The exclusive end date and time for the range of journal contents that you want to export.
The ExclusiveEndTime
must be in ISO 8601
date and time format and in Universal
Coordinated Time (UTC). For example: 2019-06-13T21:36:34Z
The ExclusiveEndTime
must be less than or equal to the current UTC date and time.
public Date getExclusiveEndTime()
The exclusive end date and time for the range of journal contents that you want to export.
The ExclusiveEndTime
must be in ISO 8601
date and time format and in Universal
Coordinated Time (UTC). For example: 2019-06-13T21:36:34Z
The ExclusiveEndTime
must be less than or equal to the current UTC date and time.
The ExclusiveEndTime
must be in ISO 8601
date and time format and in Universal
Coordinated Time (UTC). For example: 2019-06-13T21:36:34Z
The ExclusiveEndTime
must be less than or equal to the current UTC date and time.
public ExportJournalToS3Request withExclusiveEndTime(Date exclusiveEndTime)
The exclusive end date and time for the range of journal contents that you want to export.
The ExclusiveEndTime
must be in ISO 8601
date and time format and in Universal
Coordinated Time (UTC). For example: 2019-06-13T21:36:34Z
The ExclusiveEndTime
must be less than or equal to the current UTC date and time.
exclusiveEndTime
- The exclusive end date and time for the range of journal contents that you want to export.
The ExclusiveEndTime
must be in ISO 8601
date and time format and in Universal
Coordinated Time (UTC). For example: 2019-06-13T21:36:34Z
The ExclusiveEndTime
must be less than or equal to the current UTC date and time.
public void setS3ExportConfiguration(S3ExportConfiguration s3ExportConfiguration)
The configuration settings of the Amazon S3 bucket destination for your export request.
s3ExportConfiguration
- The configuration settings of the Amazon S3 bucket destination for your export request.public S3ExportConfiguration getS3ExportConfiguration()
The configuration settings of the Amazon S3 bucket destination for your export request.
public ExportJournalToS3Request withS3ExportConfiguration(S3ExportConfiguration s3ExportConfiguration)
The configuration settings of the Amazon S3 bucket destination for your export request.
s3ExportConfiguration
- The configuration settings of the Amazon S3 bucket destination for your export request.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal export job to do the following:
Write objects into your Amazon Simple Storage Service (Amazon S3) bucket.
(Optional) Use your customer master key (CMK) in AWS Key Management Service (AWS KMS) for server-side encryption of your exported data.
roleArn
- The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal export job to do
the following:
Write objects into your Amazon Simple Storage Service (Amazon S3) bucket.
(Optional) Use your customer master key (CMK) in AWS Key Management Service (AWS KMS) for server-side encryption of your exported data.
public String getRoleArn()
The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal export job to do the following:
Write objects into your Amazon Simple Storage Service (Amazon S3) bucket.
(Optional) Use your customer master key (CMK) in AWS Key Management Service (AWS KMS) for server-side encryption of your exported data.
Write objects into your Amazon Simple Storage Service (Amazon S3) bucket.
(Optional) Use your customer master key (CMK) in AWS Key Management Service (AWS KMS) for server-side encryption of your exported data.
public ExportJournalToS3Request withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal export job to do the following:
Write objects into your Amazon Simple Storage Service (Amazon S3) bucket.
(Optional) Use your customer master key (CMK) in AWS Key Management Service (AWS KMS) for server-side encryption of your exported data.
roleArn
- The Amazon Resource Name (ARN) of the IAM role that grants QLDB permissions for a journal export job to do
the following:
Write objects into your Amazon Simple Storage Service (Amazon S3) bucket.
(Optional) Use your customer master key (CMK) in AWS Key Management Service (AWS KMS) for server-side encryption of your exported data.
public String toString()
toString
in class Object
Object.toString()
public ExportJournalToS3Request clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.