@Generated(value="software.amazon.awssdk:codegen") public final class Dataset extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Dataset.Builder,Dataset>
Information about a data set.
Modifier and Type | Class and Description |
---|---|
static interface |
Dataset.Builder |
Modifier and Type | Method and Description |
---|---|
List<DatasetAction> |
actions()
The "DatasetAction" objects that automatically create the data set contents.
|
String |
arn()
The ARN of the data set.
|
static Dataset.Builder |
builder() |
List<DatasetContentDeliveryRule> |
contentDeliveryRules()
Returns the value of the ContentDeliveryRules property for this object.
|
Instant |
creationTime()
When the data set was created.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdateTime()
The last time the data set was updated.
|
String |
name()
The name of the data set.
|
RetentionPeriod |
retentionPeriod()
[Optional] How long, in days, message data is kept for the data set.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Dataset.Builder> |
serializableBuilderClass() |
DatasetStatus |
status()
The status of the data set.
|
String |
statusAsString()
The status of the data set.
|
Dataset.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
List<DatasetTrigger> |
triggers()
The "DatasetTrigger" objects that specify when the data set is automatically updated.
|
copy
public String name()
The name of the data set.
public String arn()
The ARN of the data set.
public List<DatasetAction> actions()
The "DatasetAction" objects that automatically create the data set contents.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<DatasetTrigger> triggers()
The "DatasetTrigger" objects that specify when the data set is automatically updated.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<DatasetContentDeliveryRule> contentDeliveryRules()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public DatasetStatus status()
The status of the data set.
If the service returns an enum value that is not available in the current SDK version, status
will
return DatasetStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
DatasetStatus
public String statusAsString()
The status of the data set.
If the service returns an enum value that is not available in the current SDK version, status
will
return DatasetStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
DatasetStatus
public Instant creationTime()
When the data set was created.
public Instant lastUpdateTime()
The last time the data set was updated.
public RetentionPeriod retentionPeriod()
[Optional] How long, in days, message data is kept for the data set.
public Dataset.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Dataset.Builder,Dataset>
public static Dataset.Builder builder()
public static Class<? extends Dataset.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.