Interface DeleteFhirDatastoreResponse.Builder

  • Method Details

    • datastoreId

      DeleteFhirDatastoreResponse.Builder datastoreId(String datastoreId)

      The AWS-generated ID for the deleted data store.

      Parameters:
      datastoreId - The AWS-generated ID for the deleted data store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datastoreArn

      DeleteFhirDatastoreResponse.Builder datastoreArn(String datastoreArn)

      The Amazon Resource Name (ARN) that grants access permission to AWS HealthLake.

      Parameters:
      datastoreArn - The Amazon Resource Name (ARN) that grants access permission to AWS HealthLake.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datastoreStatus

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

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

      DeleteFhirDatastoreResponse.Builder datastoreEndpoint(String datastoreEndpoint)

      The AWS endpoint of the data store to be deleted.

      Parameters:
      datastoreEndpoint - The AWS endpoint of the data store to be deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.