@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RefreshSchedule extends Object implements Serializable, Cloneable, StructuredPojo
The refresh schedule of a dataset.
Constructor and Description |
---|
RefreshSchedule() |
Modifier and Type | Method and Description |
---|---|
RefreshSchedule |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) for the refresh schedule.
|
String |
getRefreshType()
The type of refresh that a datset undergoes.
|
RefreshFrequency |
getScheduleFrequency()
The frequency for the refresh schedule.
|
String |
getScheduleId()
An identifier for the refresh schedule.
|
Date |
getStartAfterDateTime()
Time after which the refresh schedule can be started, expressed in
YYYY-MM-DDTHH:MM:SS format. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArn(String arn)
The Amazon Resource Name (ARN) for the refresh schedule.
|
void |
setRefreshType(String refreshType)
The type of refresh that a datset undergoes.
|
void |
setScheduleFrequency(RefreshFrequency scheduleFrequency)
The frequency for the refresh schedule.
|
void |
setScheduleId(String scheduleId)
An identifier for the refresh schedule.
|
void |
setStartAfterDateTime(Date startAfterDateTime)
Time after which the refresh schedule can be started, expressed in
YYYY-MM-DDTHH:MM:SS format. |
String |
toString()
Returns a string representation of this object.
|
RefreshSchedule |
withArn(String arn)
The Amazon Resource Name (ARN) for the refresh schedule.
|
RefreshSchedule |
withRefreshType(IngestionType refreshType)
The type of refresh that a datset undergoes.
|
RefreshSchedule |
withRefreshType(String refreshType)
The type of refresh that a datset undergoes.
|
RefreshSchedule |
withScheduleFrequency(RefreshFrequency scheduleFrequency)
The frequency for the refresh schedule.
|
RefreshSchedule |
withScheduleId(String scheduleId)
An identifier for the refresh schedule.
|
RefreshSchedule |
withStartAfterDateTime(Date startAfterDateTime)
Time after which the refresh schedule can be started, expressed in
YYYY-MM-DDTHH:MM:SS format. |
public void setScheduleId(String scheduleId)
An identifier for the refresh schedule.
scheduleId
- An identifier for the refresh schedule.public String getScheduleId()
An identifier for the refresh schedule.
public RefreshSchedule withScheduleId(String scheduleId)
An identifier for the refresh schedule.
scheduleId
- An identifier for the refresh schedule.public void setScheduleFrequency(RefreshFrequency scheduleFrequency)
The frequency for the refresh schedule.
scheduleFrequency
- The frequency for the refresh schedule.public RefreshFrequency getScheduleFrequency()
The frequency for the refresh schedule.
public RefreshSchedule withScheduleFrequency(RefreshFrequency scheduleFrequency)
The frequency for the refresh schedule.
scheduleFrequency
- The frequency for the refresh schedule.public void setStartAfterDateTime(Date startAfterDateTime)
Time after which the refresh schedule can be started, expressed in YYYY-MM-DDTHH:MM:SS
format.
startAfterDateTime
- Time after which the refresh schedule can be started, expressed in YYYY-MM-DDTHH:MM:SS
format.public Date getStartAfterDateTime()
Time after which the refresh schedule can be started, expressed in YYYY-MM-DDTHH:MM:SS
format.
YYYY-MM-DDTHH:MM:SS
format.public RefreshSchedule withStartAfterDateTime(Date startAfterDateTime)
Time after which the refresh schedule can be started, expressed in YYYY-MM-DDTHH:MM:SS
format.
startAfterDateTime
- Time after which the refresh schedule can be started, expressed in YYYY-MM-DDTHH:MM:SS
format.public void setRefreshType(String refreshType)
The type of refresh that a datset undergoes. Valid values are as follows:
FULL_REFRESH
: A complete refresh of a dataset.
INCREMENTAL_REFRESH
: A partial refresh of some rows of a dataset, based on the time window
specified.
For more information on full and incremental refreshes, see Refreshing SPICE data in the Amazon QuickSight User Guide.
refreshType
- The type of refresh that a datset undergoes. Valid values are as follows:
FULL_REFRESH
: A complete refresh of a dataset.
INCREMENTAL_REFRESH
: A partial refresh of some rows of a dataset, based on the time window
specified.
For more information on full and incremental refreshes, see Refreshing SPICE data in the Amazon QuickSight User Guide.
IngestionType
public String getRefreshType()
The type of refresh that a datset undergoes. Valid values are as follows:
FULL_REFRESH
: A complete refresh of a dataset.
INCREMENTAL_REFRESH
: A partial refresh of some rows of a dataset, based on the time window
specified.
For more information on full and incremental refreshes, see Refreshing SPICE data in the Amazon QuickSight User Guide.
FULL_REFRESH
: A complete refresh of a dataset.
INCREMENTAL_REFRESH
: A partial refresh of some rows of a dataset, based on the time window
specified.
For more information on full and incremental refreshes, see Refreshing SPICE data in the Amazon QuickSight User Guide.
IngestionType
public RefreshSchedule withRefreshType(String refreshType)
The type of refresh that a datset undergoes. Valid values are as follows:
FULL_REFRESH
: A complete refresh of a dataset.
INCREMENTAL_REFRESH
: A partial refresh of some rows of a dataset, based on the time window
specified.
For more information on full and incremental refreshes, see Refreshing SPICE data in the Amazon QuickSight User Guide.
refreshType
- The type of refresh that a datset undergoes. Valid values are as follows:
FULL_REFRESH
: A complete refresh of a dataset.
INCREMENTAL_REFRESH
: A partial refresh of some rows of a dataset, based on the time window
specified.
For more information on full and incremental refreshes, see Refreshing SPICE data in the Amazon QuickSight User Guide.
IngestionType
public RefreshSchedule withRefreshType(IngestionType refreshType)
The type of refresh that a datset undergoes. Valid values are as follows:
FULL_REFRESH
: A complete refresh of a dataset.
INCREMENTAL_REFRESH
: A partial refresh of some rows of a dataset, based on the time window
specified.
For more information on full and incremental refreshes, see Refreshing SPICE data in the Amazon QuickSight User Guide.
refreshType
- The type of refresh that a datset undergoes. Valid values are as follows:
FULL_REFRESH
: A complete refresh of a dataset.
INCREMENTAL_REFRESH
: A partial refresh of some rows of a dataset, based on the time window
specified.
For more information on full and incremental refreshes, see Refreshing SPICE data in the Amazon QuickSight User Guide.
IngestionType
public void setArn(String arn)
The Amazon Resource Name (ARN) for the refresh schedule.
arn
- The Amazon Resource Name (ARN) for the refresh schedule.public String getArn()
The Amazon Resource Name (ARN) for the refresh schedule.
public RefreshSchedule withArn(String arn)
The Amazon Resource Name (ARN) for the refresh schedule.
arn
- The Amazon Resource Name (ARN) for the refresh schedule.public String toString()
toString
in class Object
Object.toString()
public RefreshSchedule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.