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 Details

    • 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

      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:
    • 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.