Interface DatastoreProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DatastoreProperties.Builder,DatastoreProperties>,SdkBuilder<DatastoreProperties.Builder,DatastoreProperties>,SdkPojo
- Enclosing class:
- DatastoreProperties
public static interface DatastoreProperties.Builder extends SdkPojo, CopyableBuilder<DatastoreProperties.Builder,DatastoreProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatastoreProperties.BuildercreatedAt(Instant createdAt)The timestamp when the data store was created.DatastoreProperties.BuilderdatastoreArn(String datastoreArn)The Amazon Resource Name (ARN) for the data store.DatastoreProperties.BuilderdatastoreId(String datastoreId)The data store identifier.DatastoreProperties.BuilderdatastoreName(String datastoreName)The data store name.DatastoreProperties.BuilderdatastoreStatus(String datastoreStatus)The data store status.DatastoreProperties.BuilderdatastoreStatus(DatastoreStatus datastoreStatus)The data store status.DatastoreProperties.BuilderkmsKeyArn(String kmsKeyArn)The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.DatastoreProperties.BuilderupdatedAt(Instant updatedAt)The timestamp when the data store was last updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
datastoreId
DatastoreProperties.Builder datastoreId(String datastoreId)
The data store identifier.
- Parameters:
datastoreId- The data store identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datastoreName
DatastoreProperties.Builder datastoreName(String datastoreName)
The data store name.
- Parameters:
datastoreName- The data store name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datastoreStatus
DatastoreProperties.Builder datastoreStatus(String datastoreStatus)
The data store status.
- Parameters:
datastoreStatus- The data store status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DatastoreStatus,DatastoreStatus
-
datastoreStatus
DatastoreProperties.Builder datastoreStatus(DatastoreStatus datastoreStatus)
The data store status.
- Parameters:
datastoreStatus- The data store status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DatastoreStatus,DatastoreStatus
-
kmsKeyArn
DatastoreProperties.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
- Parameters:
kmsKeyArn- The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datastoreArn
DatastoreProperties.Builder datastoreArn(String datastoreArn)
The Amazon Resource Name (ARN) for the data store.
- Parameters:
datastoreArn- The Amazon Resource Name (ARN) for the data store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
DatastoreProperties.Builder createdAt(Instant createdAt)
The timestamp when the data store was created.
- Parameters:
createdAt- The timestamp when the data store was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
DatastoreProperties.Builder updatedAt(Instant updatedAt)
The timestamp when the data store was last updated.
- Parameters:
updatedAt- The timestamp when the data store was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-