@Generated(value="software.amazon.awssdk:codegen") public final class Datastore extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Datastore.Builder,Datastore>
Information about a data store.
Modifier and Type | Class and Description |
---|---|
static interface |
Datastore.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The ARN of the data store.
|
static Datastore.Builder |
builder() |
Instant |
creationTime()
When the data store was created.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdateTime()
The last time the data store was updated.
|
String |
name()
The name of the data store.
|
RetentionPeriod |
retentionPeriod()
How long, in days, message data is kept for the data store.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Datastore.Builder> |
serializableBuilderClass() |
DatastoreStatus |
status()
The status of a data store:
|
String |
statusAsString()
The status of a data store:
|
Datastore.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 name()
The name of the data store.
public String arn()
The ARN of the data store.
public DatastoreStatus status()
The status of a data store:
The data store is being created.
The data store has been created and can be used.
The data store is being deleted.
If the service returns an enum value that is not available in the current SDK version, status
will
return DatastoreStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
The data store is being created.
The data store has been created and can be used.
The data store is being deleted.
DatastoreStatus
public String statusAsString()
The status of a data store:
The data store is being created.
The data store has been created and can be used.
The data store is being deleted.
If the service returns an enum value that is not available in the current SDK version, status
will
return DatastoreStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
The data store is being created.
The data store has been created and can be used.
The data store is being deleted.
DatastoreStatus
public RetentionPeriod retentionPeriod()
How long, in days, message data is kept for the data store.
public Instant creationTime()
When the data store was created.
public Instant lastUpdateTime()
The last time the data store was updated.
public Datastore.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Datastore.Builder,Datastore>
public static Datastore.Builder builder()
public static Class<? extends Datastore.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.