Interface DatastoreProperties.Builder

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